Html Css Color HEX #C56922 Chocolate

📋 copy color: '#C56922'

red 197 ◦ green 105 ◦ blue 34

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

Shades of Chocolate #C56922

Tints of Chocolate #C56922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.12%

R = 58.63%
G = 31.25%
B = 10.12%

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

#C56922 (or 0xC56922) is known color: Chocolate. HEX triplet: C5, 69 and 22. RGB value is (197,105,34). Sum of RGB (Red+Green+Blue) = 197+105+34=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C56922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56922 is #3A96DD. Grayscale: #7C7C7C. Windows color (decimal): -3839710 or 2255301. OLE color: 2255301.

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

Color convert

RGB 197 105 34 -
CMYK 0 0.47 0.83 0.23
HSL 26.13º 0.71% 0.45% -
HSV(B) 26.13º 0.83% 0.77% -
XYZ 28.37 22.09 4.28 -
YUV 124.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 197 105 34 0 0.47 0.83 0.23 26.13 0.71 0.45
Hex C5 69 22 0 2F 53 17 1A 47 2D
Octal 305 151 42 0 57 123 27 32 107 55
Binary 11000101 1101001 100010 0 101111 1010011 10111 11010 1000111 101101

Color Harmonies of #C56922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56922

Black with #C56922

Text Example


Text Example

White with #C56922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56922; }

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

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

background-color css

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

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

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

border-color css

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

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

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