Html Css Color HEX #C37622 Ochre

📋 copy color: '#C37622'

red 195 ◦ green 118 ◦ blue 34

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

Shades of Ochre #C37622

Tints of Ochre #C37622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 56.2%
G = 34.01%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C37622 (or 0xC37622) is known color: Ochre. HEX triplet: C3, 76 and 22. RGB value is (195,118,34). Sum of RGB (Red+Green+Blue) = 195+118+34=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C37622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37622 is #3C89DD. Grayscale: #838383. Windows color (decimal): -3967454 or 2258627. OLE color: 2258627.

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

Color convert

RGB 195 118 34 -
CMYK 0 0.39 0.83 0.24
HSL 31.3º 0.7% 0.45% -
HSV(B) 31.3º 0.83% 0.76% -
XYZ 29.27 24.67 4.73 -
YUV 131.45 73.01 173.33 -
System Red Green Blue C M Y K H S L
Decimal 195 118 34 0 0.39 0.83 0.24 31.3 0.7 0.45
Hex C3 76 22 0 27 53 18 1F 46 2D
Octal 303 166 42 0 47 123 30 37 106 55
Binary 11000011 1110110 100010 0 100111 1010011 11000 11111 1000110 101101

Color Harmonies of #C37622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37622

Black with #C37622

Text Example


Text Example

White with #C37622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37622; }

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

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

background-color css

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

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

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

border-color css

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

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

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