Html Css Color HEX #C57825 Ochre

📋 copy color: '#C57825'

red 197 ◦ green 120 ◦ blue 37

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

Shades of Ochre #C57825

Tints of Ochre #C57825

RGB

 RED value IS 197 (77.34% from 255) = 55.65%

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 55.65%
G = 33.9%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C57825 (or 0xC57825) is known color: Ochre. HEX triplet: C5, 78 and 25. RGB value is (197,120,37). Sum of RGB (Red+Green+Blue) = 197+120+37=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C57825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57825 is #3A87DA. Grayscale: #858585. Windows color (decimal): -3835867 or 2455749. OLE color: 2455749.

HSL color Cylindrical-coordinate representation of color #C57825: hue angle of 31.12º 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 #C57825 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 37 -
CMYK 0 0.39 0.81 0.23
HSL 31.13º 0.68% 0.46% -
HSV(B) 31.13º 0.81% 0.77% -
XYZ 30.08 25.44 5.07 -
YUV 133.56 73.51 173.25 -
System Red Green Blue C M Y K H S L
Decimal 197 120 37 0 0.39 0.81 0.23 31.13 0.68 0.46
Hex C5 78 25 0 27 51 17 1F 44 2E
Octal 305 170 45 0 47 121 27 37 104 56
Binary 11000101 1111000 100101 0 100111 1010001 10111 11111 1000100 101110

Color Harmonies of #C57825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57825

Black with #C57825

Text Example


Text Example

White with #C57825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57825; }

 p { color: rgb(197,120,37); }

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

background-color css

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

 a { background-color: rgb(197,120,37); }

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

border-color css

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

 span { border-color: rgb(197,120,37); }

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