Html Css Color HEX #C37524 Ochre

📋 copy color: '#C37524'

red 195 ◦ green 117 ◦ blue 36

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

Shades of Ochre #C37524

Tints of Ochre #C37524

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 56.03%
G = 33.62%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C37524 (or 0xC37524) is known color: Ochre. HEX triplet: C3, 75 and 24. RGB value is (195,117,36). Sum of RGB (Red+Green+Blue) = 195+117+36=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C37524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37524 is #3C8ADB. Grayscale: #838383. Windows color (decimal): -3967708 or 2389443. OLE color: 2389443.

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

Color convert

RGB 195 117 36 -
CMYK 0 0.4 0.82 0.24
HSL 30.57º 0.69% 0.45% -
HSV(B) 30.57º 0.82% 0.76% -
XYZ 29.19 24.45 4.85 -
YUV 131.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 195 117 36 0 0.4 0.82 0.24 30.57 0.69 0.45
Hex C3 75 24 0 28 52 18 1F 45 2D
Octal 303 165 44 0 50 122 30 37 105 55
Binary 11000011 1110101 100100 0 101000 1010010 11000 11111 1000101 101101

Color Harmonies of #C37524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37524

Black with #C37524

Text Example


Text Example

White with #C37524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37524; }

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

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

background-color css

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

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

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

border-color css

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

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

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