Html Css Color HEX #C37228 Ochre

📋 copy color: '#C37228'

red 195 ◦ green 114 ◦ blue 40

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

Shades of Ochre #C37228

Tints of Ochre #C37228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 55.87%
G = 32.66%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C37228 (or 0xC37228) is known color: Ochre. HEX triplet: C3, 72 and 28. RGB value is (195,114,40). Sum of RGB (Red+Green+Blue) = 195+114+40=349 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.87% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 195 - color contains mainly: red. Hex color #C37228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37228 is #3C8DD7. Grayscale: #828282. Windows color (decimal): -3968472 or 2650819. OLE color: 2650819.

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

Color convert

RGB 195 114 40 -
CMYK 0 0.42 0.79 0.24
HSL 28.65º 0.66% 0.46% -
HSV(B) 28.65º 0.79% 0.76% -
XYZ 28.91 23.79 5.08 -
YUV 129.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 195 114 40 0 0.42 0.79 0.24 28.65 0.66 0.46
Hex C3 72 28 0 2A 4F 18 1D 42 2E
Octal 303 162 50 0 52 117 30 35 102 56
Binary 11000011 1110010 101000 0 101010 1001111 11000 11101 1000010 101110

Color Harmonies of #C37228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37228

Black with #C37228

Text Example


Text Example

White with #C37228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37228; }

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

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

background-color css

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

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

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

border-color css

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

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

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