Html Css Color HEX #C37225 Ochre

📋 copy color: '#C37225'

red 195 ◦ green 114 ◦ blue 37

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

Shades of Ochre #C37225

Tints of Ochre #C37225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 56.36%
G = 32.95%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C37225 (or 0xC37225) is known color: Ochre. HEX triplet: C3, 72 and 25. RGB value is (195,114,37). Sum of RGB (Red+Green+Blue) = 195+114+37=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C37225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37225 is #3C8DDA. Grayscale: #818181. Windows color (decimal): -3968475 or 2454211. OLE color: 2454211.

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

Color convert

RGB 195 114 37 -
CMYK 0 0.42 0.81 0.24
HSL 29.24º 0.68% 0.45% -
HSV(B) 29.24º 0.81% 0.76% -
XYZ 28.86 23.77 4.82 -
YUV 129.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 195 114 37 0 0.42 0.81 0.24 29.24 0.68 0.45
Hex C3 72 25 0 2A 51 18 1D 44 2D
Octal 303 162 45 0 52 121 30 35 104 55
Binary 11000011 1110010 100101 0 101010 1010001 11000 11101 1000100 101101

Color Harmonies of #C37225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37225

Black with #C37225

Text Example


Text Example

White with #C37225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37225; }

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

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

background-color css

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

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

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

border-color css

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

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

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