Html Css Color HEX #C57324 Ochre

📋 copy color: '#C57324'

red 197 ◦ green 115 ◦ blue 36

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

Shades of Ochre #C57324

Tints of Ochre #C57324

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 56.61%
G = 33.05%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C57324 (or 0xC57324) is known color: Ochre. HEX triplet: C5, 73 and 24. RGB value is (197,115,36). Sum of RGB (Red+Green+Blue) = 197+115+36=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C57324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57324 is #3A8CDB. Grayscale: #828282. Windows color (decimal): -3837148 or 2388933. OLE color: 2388933.

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

Color convert

RGB 197 115 36 -
CMYK 0 0.42 0.82 0.23
HSL 29.44º 0.69% 0.46% -
HSV(B) 29.44º 0.82% 0.77% -
XYZ 29.48 24.26 4.8 -
YUV 130.51 74.67 175.42 -
System Red Green Blue C M Y K H S L
Decimal 197 115 36 0 0.42 0.82 0.23 29.44 0.69 0.46
Hex C5 73 24 0 2A 52 17 1D 45 2E
Octal 305 163 44 0 52 122 27 35 105 56
Binary 11000101 1110011 100100 0 101010 1010010 10111 11101 1000101 101110

Color Harmonies of #C57324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57324

Black with #C57324

Text Example


Text Example

White with #C57324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57324; }

 p { color: rgb(197,115,36); }

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

background-color css

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

 a { background-color: rgb(197,115,36); }

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

border-color css

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

 span { border-color: rgb(197,115,36); }

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