Html Css Color HEX #C37009 Ochre

📋 copy color: '#C37009'

red 195 ◦ green 112 ◦ blue 9

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

Shades of Ochre #C37009

Tints of Ochre #C37009

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

 BLUE value IS 9 (3.91% from 255) = 2.85%

R = 61.71%
G = 35.44%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C37009 (or 0xC37009) is known color: Ochre. HEX triplet: C3, 70 and 09. RGB value is (195,112,9). Sum of RGB (Red+Green+Blue) = 195+112+9=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C37009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37009 is #3C8FF6. Grayscale: #7D7D7D. Windows color (decimal): -3969015 or 618691. OLE color: 618691.

HSL color Cylindrical-coordinate representation of color #C37009: hue angle of 33.23º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C37009 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 9 -
CMYK 0 0.43 0.95 0.24
HSL 33.23º 0.91% 0.4% -
HSV(B) 33.23º 0.95% 0.76% -
XYZ 28.35 23.21 3.24 -
YUV 125.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 195 112 9 0 0.43 0.95 0.24 33.23 0.91 0.4
Hex C3 70 9 0 2B 5F 18 21 5B 28
Octal 303 160 11 0 53 137 30 41 133 50
Binary 11000011 1110000 1001 0 101011 1011111 11000 100001 1011011 101000

Color Harmonies of #C37009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37009

Black with #C37009

Text Example


Text Example

White with #C37009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37009; }

 p { color: rgb(195,112,9); }

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

background-color css

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

 a { background-color: rgb(195,112,9); }

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

border-color css

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

 span { border-color: rgb(195,112,9); }

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