Html Css Color HEX #C76F28 Ochre

📋 copy color: '#C76F28'

red 199 ◦ green 111 ◦ blue 40

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

Shades of Ochre #C76F28

Tints of Ochre #C76F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 56.86%
G = 31.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C76F28 (or 0xC76F28) is known color: Ochre. HEX triplet: C7, 6F and 28. RGB value is (199,111,40). Sum of RGB (Red+Green+Blue) = 199+111+40=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F28 is #3890D7. Grayscale: #818181. Windows color (decimal): -3707096 or 2650055. OLE color: 2650055.

HSL color Cylindrical-coordinate representation of color #C76F28: hue angle of 26.79º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C76F28 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 40 -
CMYK 0 0.44 0.80 0.22
HSL 26.79º 0.67% 0.47% -
HSV(B) 26.79º 0.8% 0.78% -
XYZ 29.62 23.66 5.01 -
YUV 129.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 199 111 40 0 0.44 0.80 0.22 26.79 0.67 0.47
Hex C7 6F 28 0 2C 50 16 1B 43 2F
Octal 307 157 50 0 54 120 26 33 103 57
Binary 11000111 1101111 101000 0 101100 1010000 10110 11011 1000011 101111

Color Harmonies of #C76F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F28

Black with #C76F28

Text Example


Text Example

White with #C76F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F28; }

 p { color: rgb(199,111,40); }

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

background-color css

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

 a { background-color: rgb(199,111,40); }

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

border-color css

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

 span { border-color: rgb(199,111,40); }

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