Html Css Color HEX #C57821 Ochre

📋 copy color: '#C57821'

red 197 ◦ green 120 ◦ blue 33

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

Shades of Ochre #C57821

Tints of Ochre #C57821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.43%

R = 56.29%
G = 34.29%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C57821 (or 0xC57821) is known color: Ochre. HEX triplet: C5, 78 and 21. RGB value is (197,120,33). Sum of RGB (Red+Green+Blue) = 197+120+33=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C57821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57821 is #3A87DE. Grayscale: #858585. Windows color (decimal): -3835871 or 2193605. OLE color: 2193605.

HSL color Cylindrical-coordinate representation of color #C57821: hue angle of 31.83º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C57821 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 33 -
CMYK 0 0.39 0.83 0.23
HSL 31.83º 0.71% 0.45% -
HSV(B) 31.83º 0.83% 0.77% -
XYZ 30.02 25.41 4.76 -
YUV 133.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 197 120 33 0 0.39 0.83 0.23 31.83 0.71 0.45
Hex C5 78 21 0 27 53 17 20 47 2D
Octal 305 170 41 0 47 123 27 40 107 55
Binary 11000101 1111000 100001 0 100111 1010011 10111 100000 1000111 101101

Color Harmonies of #C57821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57821

Black with #C57821

Text Example


Text Example

White with #C57821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57821; }

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

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

background-color css

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

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

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

border-color css

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

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

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