Html Css Color HEX #C77924 Ochre

📋 copy color: '#C77924'

red 199 ◦ green 121 ◦ blue 36

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

Shades of Ochre #C77924

Tints of Ochre #C77924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.11%

R = 55.9%
G = 33.99%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C77924 (or 0xC77924) is known color: Ochre. HEX triplet: C7, 79 and 24. RGB value is (199,121,36). Sum of RGB (Red+Green+Blue) = 199+121+36=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C77924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77924 is #3886DB. Grayscale: #878787. Windows color (decimal): -3704540 or 2390471. OLE color: 2390471.

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

Color convert

RGB 199 121 36 -
CMYK 0 0.39 0.82 0.22
HSL 31.29º 0.69% 0.46% -
HSV(B) 31.29º 0.82% 0.78% -
XYZ 30.71 25.94 5.06 -
YUV 134.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 199 121 36 0 0.39 0.82 0.22 31.29 0.69 0.46
Hex C7 79 24 0 27 52 16 1F 45 2E
Octal 307 171 44 0 47 122 26 37 105 56
Binary 11000111 1111001 100100 0 100111 1010010 10110 11111 1000101 101110

Color Harmonies of #C77924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77924

Black with #C77924

Text Example


Text Example

White with #C77924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77924; }

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

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

background-color css

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

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

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

border-color css

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

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

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