Html Css Color HEX #C37810 Ochre

📋 copy color: '#C37810'

red 195 ◦ green 120 ◦ blue 16

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

Shades of Ochre #C37810

Tints of Ochre #C37810

RGB

 RED value IS 195 (76.56% from 255) = 58.91%

 GREEN value IS 120 (47.27% from 255) = 36.25%

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 58.91%
G = 36.25%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37810 (or 0xC37810) is known color: Ochre. HEX triplet: C3, 78 and 10. RGB value is (195,120,16). Sum of RGB (Red+Green+Blue) = 195+120+16=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C37810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37810 is #3C87EF. Grayscale: #838383. Windows color (decimal): -3966960 or 1079491. OLE color: 1079491.

HSL color Cylindrical-coordinate representation of color #C37810: hue angle of 34.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C37810 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 120 16 -
CMYK 0 0.38 0.92 0.24
HSL 34.86º 0.85% 0.41% -
HSV(B) 34.86º 0.92% 0.76% -
XYZ 29.32 25.07 3.78 -
YUV 130.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 195 120 16 0 0.38 0.92 0.24 34.86 0.85 0.41
Hex C3 78 10 0 26 5C 18 23 55 29
Octal 303 170 20 0 46 134 30 43 125 51
Binary 11000011 1111000 10000 0 100110 1011100 11000 100011 1010101 101001

Color Harmonies of #C37810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37810

Black with #C37810

Text Example


Text Example

White with #C37810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37810; }

 p { color: rgb(195,120,16); }

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

background-color css

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

 a { background-color: rgb(195,120,16); }

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

border-color css

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

 span { border-color: rgb(195,120,16); }

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