Html Css Color HEX #C37224 Ochre

📋 copy color: '#C37224'

red 195 ◦ green 114 ◦ blue 36

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

Shades of Ochre #C37224

Tints of Ochre #C37224

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

 BLUE value IS 36 (14.45% from 255) = 10.43%

R = 56.52%
G = 33.04%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C37224 (or 0xC37224) is known color: Ochre. HEX triplet: C3, 72 and 24. RGB value is (195,114,36). Sum of RGB (Red+Green+Blue) = 195+114+36=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C37224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37224 is #3C8DDB. Grayscale: #818181. Windows color (decimal): -3968476 or 2388675. OLE color: 2388675.

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

Color convert

RGB 195 114 36 -
CMYK 0 0.42 0.82 0.24
HSL 29.43º 0.69% 0.45% -
HSV(B) 29.43º 0.82% 0.76% -
XYZ 28.84 23.76 4.74 -
YUV 129.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 195 114 36 0 0.42 0.82 0.24 29.43 0.69 0.45
Hex C3 72 24 0 2A 52 18 1D 45 2D
Octal 303 162 44 0 52 122 30 35 105 55
Binary 11000011 1110010 100100 0 101010 1010010 11000 11101 1000101 101101

Color Harmonies of #C37224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37224

Black with #C37224

Text Example


Text Example

White with #C37224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37224; }

 p { color: rgb(195,114,36); }

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

background-color css

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

 a { background-color: rgb(195,114,36); }

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

border-color css

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

 span { border-color: rgb(195,114,36); }

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