Html Css Color HEX #C47525 Ochre

📋 copy color: '#C47525'

red 196 ◦ green 117 ◦ blue 37

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

Shades of Ochre #C47525

Tints of Ochre #C47525

RGB

 RED value IS 196 (76.95% from 255) = 56%

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

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

R = 56%
G = 33.43%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C47525 (or 0xC47525) is known color: Ochre. HEX triplet: C4, 75 and 25. RGB value is (196,117,37). Sum of RGB (Red+Green+Blue) = 196+117+37=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C47525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47525 is #3B8ADA. Grayscale: #838383. Windows color (decimal): -3902171 or 2454980. OLE color: 2454980.

HSL color Cylindrical-coordinate representation of color #C47525: hue angle of 30.19º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C47525 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 37 -
CMYK 0 0.40 0.81 0.23
HSL 30.19º 0.68% 0.46% -
HSV(B) 30.19º 0.81% 0.77% -
XYZ 29.46 24.59 4.94 -
YUV 131.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 196 117 37 0 0.40 0.81 0.23 30.19 0.68 0.46
Hex C4 75 25 0 28 51 17 1E 44 2E
Octal 304 165 45 0 50 121 27 36 104 56
Binary 11000100 1110101 100101 0 101000 1010001 10111 11110 1000100 101110

Color Harmonies of #C47525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47525

Black with #C47525

Text Example


Text Example

White with #C47525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47525; }

 p { color: rgb(196,117,37); }

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

background-color css

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

 a { background-color: rgb(196,117,37); }

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

border-color css

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

 span { border-color: rgb(196,117,37); }

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