Html Css Color HEX #C77926 Ochre

📋 copy color: '#C77926'

red 199 ◦ green 121 ◦ blue 38

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

Shades of Ochre #C77926

Tints of Ochre #C77926

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

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

R = 55.59%
G = 33.8%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C77926 (or 0xC77926) is known color: Ochre. HEX triplet: C7, 79 and 26. RGB value is (199,121,38). Sum of RGB (Red+Green+Blue) = 199+121+38=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C77926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77926 is #3886D9. Grayscale: #878787. Windows color (decimal): -3704538 or 2521543. OLE color: 2521543.

HSL color Cylindrical-coordinate representation of color #C77926: hue angle of 30.93º 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 #C77926 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 38 -
CMYK 0 0.39 0.81 0.22
HSL 30.93º 0.68% 0.46% -
HSV(B) 30.93º 0.81% 0.78% -
XYZ 30.74 25.96 5.22 -
YUV 134.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 199 121 38 0 0.39 0.81 0.22 30.93 0.68 0.46
Hex C7 79 26 0 27 51 16 1F 44 2E
Octal 307 171 46 0 47 121 26 37 104 56
Binary 11000111 1111001 100110 0 100111 1010001 10110 11111 1000100 101110

Color Harmonies of #C77926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77926

Black with #C77926

Text Example


Text Example

White with #C77926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77926; }

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

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

background-color css

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

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

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

border-color css

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

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

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