Html Css Color HEX #C77F23 Ochre

📋 copy color: '#C77F23'

red 199 ◦ green 127 ◦ blue 35

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

Shades of Ochre #C77F23

Tints of Ochre #C77F23

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 55.12%
G = 35.18%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C77F23 (or 0xC77F23) is known color: Ochre. HEX triplet: C7, 7F and 23. RGB value is (199,127,35). Sum of RGB (Red+Green+Blue) = 199+127+35=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F23 is #3880DC. Grayscale: #8A8A8A. Windows color (decimal): -3703005 or 2326471. OLE color: 2326471.

HSL color Cylindrical-coordinate representation of color #C77F23: hue angle of 33.66º degrees, saturation: 0.7, 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 #C77F23 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 35 -
CMYK 0 0.36 0.82 0.22
HSL 33.66º 0.7% 0.46% -
HSV(B) 33.66º 0.82% 0.78% -
XYZ 31.45 27.44 5.23 -
YUV 138.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 199 127 35 0 0.36 0.82 0.22 33.66 0.7 0.46
Hex C7 7F 23 0 24 52 16 22 46 2E
Octal 307 177 43 0 44 122 26 42 106 56
Binary 11000111 1111111 100011 0 100100 1010010 10110 100010 1000110 101110

Color Harmonies of #C77F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F23

Black with #C77F23

Text Example


Text Example

White with #C77F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F23; }

 p { color: rgb(199,127,35); }

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

background-color css

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

 a { background-color: rgb(199,127,35); }

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

border-color css

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

 span { border-color: rgb(199,127,35); }

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