Html Css Color HEX #C37410 Ochre

📋 copy color: '#C37410'

red 195 ◦ green 116 ◦ blue 16

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

Shades of Ochre #C37410

Tints of Ochre #C37410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 59.63%
G = 35.47%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C37410 (or 0xC37410) is known color: Ochre. HEX triplet: C3, 74 and 10. RGB value is (195,116,16). Sum of RGB (Red+Green+Blue) = 195+116+16=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C37410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37410 is #3C8BEF. Grayscale: #808080. Windows color (decimal): -3967984 or 1078467. OLE color: 1078467.

HSL color Cylindrical-coordinate representation of color #C37410: hue angle of 33.52º 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 #C37410 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 16 -
CMYK 0 0.41 0.92 0.24
HSL 33.52º 0.85% 0.41% -
HSV(B) 33.52º 0.92% 0.76% -
XYZ 28.84 24.13 3.63 -
YUV 128.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 195 116 16 0 0.41 0.92 0.24 33.52 0.85 0.41
Hex C3 74 10 0 29 5C 18 22 55 29
Octal 303 164 20 0 51 134 30 42 125 51
Binary 11000011 1110100 10000 0 101001 1011100 11000 100010 1010101 101001

Color Harmonies of #C37410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37410

Black with #C37410

Text Example


Text Example

White with #C37410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37410; }

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

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

background-color css

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

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

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

border-color css

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

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

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