Html Css Color HEX #C37022 Ochre

📋 copy color: '#C37022'

red 195 ◦ green 112 ◦ blue 34

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

Shades of Ochre #C37022

Tints of Ochre #C37022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 57.18%
G = 32.84%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37022 (or 0xC37022) is known color: Ochre. HEX triplet: C3, 70 and 22. RGB value is (195,112,34). Sum of RGB (Red+Green+Blue) = 195+112+34=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C37022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37022 is #3C8FDD. Grayscale: #808080. Windows color (decimal): -3968990 or 2257091. OLE color: 2257091.

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

Color convert

RGB 195 112 34 -
CMYK 0 0.43 0.83 0.24
HSL 29.07º 0.7% 0.45% -
HSV(B) 29.07º 0.83% 0.76% -
XYZ 28.59 23.31 4.51 -
YUV 127.93 75 175.84 -
System Red Green Blue C M Y K H S L
Decimal 195 112 34 0 0.43 0.83 0.24 29.07 0.7 0.45
Hex C3 70 22 0 2B 53 18 1D 46 2D
Octal 303 160 42 0 53 123 30 35 106 55
Binary 11000011 1110000 100010 0 101011 1010011 11000 11101 1000110 101101

Color Harmonies of #C37022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37022

Black with #C37022

Text Example


Text Example

White with #C37022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37022; }

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

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

background-color css

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

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

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

border-color css

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

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

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