Html Css Color HEX #CD5A16 Chocolate

📋 copy color: '#CD5A16'

red 205 ◦ green 90 ◦ blue 22

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

Shades of Chocolate #CD5A16

Tints of Chocolate #CD5A16

RGB

 RED value IS 205 (80.47% from 255) = 64.67%

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 64.67%
G = 28.39%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD5A16 (or 0xCD5A16) is known color: Chocolate. HEX triplet: CD, 5A and 16. RGB value is (205,90,22). Sum of RGB (Red+Green+Blue) = 205+90+22=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5A16 is #32A5E9. Grayscale: #757575. Windows color (decimal): -3319274 or 1465037. OLE color: 1465037.

HSL color Cylindrical-coordinate representation of color #CD5A16: hue angle of 22.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD5A16 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 90 22 -
CMYK 0 0.56 0.89 0.20
HSL 22.3º 0.81% 0.45% -
HSV(B) 22.3º 0.89% 0.8% -
XYZ 28.98 20.35 3.16 -
YUV 116.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 205 90 22 0 0.56 0.89 0.20 22.3 0.81 0.45
Hex CD 5A 16 0 38 59 14 16 51 2D
Octal 315 132 26 0 70 131 24 26 121 55
Binary 11001101 1011010 10110 0 111000 1011001 10100 10110 1010001 101101

Color Harmonies of #CD5A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A16

Black with #CD5A16

Text Example


Text Example

White with #CD5A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A16; }

 p { color: rgb(205,90,22); }

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

background-color css

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

 a { background-color: rgb(205,90,22); }

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

border-color css

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

 span { border-color: rgb(205,90,22); }

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