Html Css Color HEX #C76F1C Ochre

📋 copy color: '#C76F1C'

red 199 ◦ green 111 ◦ blue 28

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

Shades of Ochre #C76F1C

Tints of Ochre #C76F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 58.88%
G = 32.84%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C76F1C (or 0xC76F1C) is known color: Ochre. HEX triplet: C7, 6F and 1C. RGB value is (199,111,28). Sum of RGB (Red+Green+Blue) = 199+111+28=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76F1C is #3890E3. Grayscale: #808080. Windows color (decimal): -3707108 or 1863623. OLE color: 1863623.

HSL color Cylindrical-coordinate representation of color #C76F1C: hue angle of 29.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C76F1C is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 28 -
CMYK 0 0.44 0.86 0.22
HSL 29.12º 0.75% 0.45% -
HSV(B) 29.12º 0.86% 0.78% -
XYZ 29.45 23.59 4.1 -
YUV 127.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 199 111 28 0 0.44 0.86 0.22 29.12 0.75 0.45
Hex C7 6F 1C 0 2C 56 16 1D 4B 2D
Octal 307 157 34 0 54 126 26 35 113 55
Binary 11000111 1101111 11100 0 101100 1010110 10110 11101 1001011 101101

Color Harmonies of #C76F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F1C

Black with #C76F1C

Text Example


Text Example

White with #C76F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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