Html Css Color HEX #C77426 Ochre

📋 copy color: '#C77426'

red 199 ◦ green 116 ◦ blue 38

#C77426
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C77426

Tints of Ochre #C77426

RGB

 RED value IS 199 (78.13% from 255) = 56.37%

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 56.37%
G = 32.86%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C77426 (or 0xC77426) is known color: Ochre. HEX triplet: C7, 74 and 26. RGB value is (199,116,38). Sum of RGB (Red+Green+Blue) = 199+116+38=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C77426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77426 is #388BD9. Grayscale: #848484. Windows color (decimal): -3705818 or 2520263. OLE color: 2520263.

HSL color Cylindrical-coordinate representation of color #C77426: hue angle of 29.07º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C77426 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 38 -
CMYK 0 0.42 0.81 0.22
HSL 29.07º 0.68% 0.46% -
HSV(B) 29.07º 0.81% 0.78% -
XYZ 30.15 24.77 5.03 -
YUV 131.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 199 116 38 0 0.42 0.81 0.22 29.07 0.68 0.46
Hex C7 74 26 0 2A 51 16 1D 44 2E
Octal 307 164 46 0 52 121 26 35 104 56
Binary 11000111 1110100 100110 0 101010 1010001 10110 11101 1000100 101110

Color Harmonies of #C77426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77426

Black with #C77426

Text Example


Text Example

White with #C77426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77426; }

 p { color: rgb(199,116,38); }

 H1.HeaderClassName
 {
   color: #C77426;
 }
 .AnyTagClassName
 {
   color: #C77426;
 }
</style>

background-color css

<style>
 a { background-color: #C77426; }

 a { background-color: rgb(199,116,38); }

 div.DivClassName
 {
   background-color: #C77426;
 }
 .BgClassName
 {
   background-color: #C77426;
 }
</style>

border-color css

<style>
 span { border-color: #C77426; }

 span { border-color: rgb(199,116,38); }

 td.TdClassName
 {
   border-color: #C77426;
 }
 .TagClassName
 {
   border-color: #C77426;
 }
</style>