Html Css Color HEX #C56921 Chocolate

📋 copy color: '#C56921'

red 197 ◦ green 105 ◦ blue 33

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

Shades of Chocolate #C56921

Tints of Chocolate #C56921

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

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

R = 58.81%
G = 31.34%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C56921 (or 0xC56921) is known color: Chocolate. HEX triplet: C5, 69 and 21. RGB value is (197,105,33). Sum of RGB (Red+Green+Blue) = 197+105+33=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C56921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56921 is #3A96DE. Grayscale: #7C7C7C. Windows color (decimal): -3839711 or 2189765. OLE color: 2189765.

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

Color convert

RGB 197 105 33 -
CMYK 0 0.47 0.83 0.23
HSL 26.34º 0.71% 0.45% -
HSV(B) 26.34º 0.83% 0.77% -
XYZ 28.35 22.08 4.21 -
YUV 124.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 197 105 33 0 0.47 0.83 0.23 26.34 0.71 0.45
Hex C5 69 21 0 2F 53 17 1A 47 2D
Octal 305 151 41 0 57 123 27 32 107 55
Binary 11000101 1101001 100001 0 101111 1010011 10111 11010 1000111 101101

Color Harmonies of #C56921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56921

Black with #C56921

Text Example


Text Example

White with #C56921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56921; }

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

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

background-color css

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

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

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

border-color css

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

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

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