Html Css Color HEX #C56521 Chocolate

📋 copy color: '#C56521'

red 197 ◦ green 101 ◦ blue 33

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

Shades of Chocolate #C56521

Tints of Chocolate #C56521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

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

R = 59.52%
G = 30.51%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C56521 (or 0xC56521) is known color: Chocolate. HEX triplet: C5, 65 and 21. RGB value is (197,101,33). Sum of RGB (Red+Green+Blue) = 197+101+33=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C56521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56521 is #3A9ADE. Grayscale: #7A7A7A. Windows color (decimal): -3840735 or 2188741. OLE color: 2188741.

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

Color convert

RGB 197 101 33 -
CMYK 0 0.49 0.83 0.23
HSL 24.88º 0.71% 0.45% -
HSV(B) 24.88º 0.83% 0.77% -
XYZ 27.95 21.29 4.07 -
YUV 121.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 197 101 33 0 0.49 0.83 0.23 24.88 0.71 0.45
Hex C5 65 21 0 31 53 17 19 47 2D
Octal 305 145 41 0 61 123 27 31 107 55
Binary 11000101 1100101 100001 0 110001 1010011 10111 11001 1000111 101101

Color Harmonies of #C56521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56521

Black with #C56521

Text Example


Text Example

White with #C56521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56521; }

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

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

background-color css

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

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

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

border-color css

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

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

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