Html Css Color HEX #C77C23 Ochre

📋 copy color: '#C77C23'

red 199 ◦ green 124 ◦ blue 35

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

Shades of Ochre #C77C23

Tints of Ochre #C77C23

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

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

R = 55.59%
G = 34.64%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C77C23 (or 0xC77C23) is known color: Ochre. HEX triplet: C7, 7C and 23. RGB value is (199,124,35). Sum of RGB (Red+Green+Blue) = 199+124+35=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C23 is #3883DC. Grayscale: #888888. Windows color (decimal): -3703773 or 2325703. OLE color: 2325703.

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

Color convert

RGB 199 124 35 -
CMYK 0 0.38 0.82 0.22
HSL 32.56º 0.7% 0.46% -
HSV(B) 32.56º 0.82% 0.78% -
XYZ 31.06 26.68 5.1 -
YUV 136.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 199 124 35 0 0.38 0.82 0.22 32.56 0.7 0.46
Hex C7 7C 23 0 26 52 16 21 46 2E
Octal 307 174 43 0 46 122 26 41 106 56
Binary 11000111 1111100 100011 0 100110 1010010 10110 100001 1000110 101110

Color Harmonies of #C77C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C23

Black with #C77C23

Text Example


Text Example

White with #C77C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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