Html Css Color HEX #CD591A Chocolate

📋 copy color: '#CD591A'

red 205 ◦ green 89 ◦ blue 26

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

Shades of Chocolate #CD591A

Tints of Chocolate #CD591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 64.06%
G = 27.81%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD591A (or 0xCD591A) is known color: Chocolate. HEX triplet: CD, 59 and 1A. RGB value is (205,89,26). Sum of RGB (Red+Green+Blue) = 205+89+26=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD591A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD591A is #32A6E5. Grayscale: #747474. Windows color (decimal): -3319526 or 1726925. OLE color: 1726925.

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

Color convert

RGB 205 89 26 -
CMYK 0 0.57 0.87 0.20
HSL 21.12º 0.77% 0.45% -
HSV(B) 21.12º 0.87% 0.8% -
XYZ 28.94 20.2 3.35 -
YUV 116.5 76.93 191.12 -
System Red Green Blue C M Y K H S L
Decimal 205 89 26 0 0.57 0.87 0.20 21.12 0.77 0.45
Hex CD 59 1A 0 39 57 14 15 4D 2D
Octal 315 131 32 0 71 127 24 25 115 55
Binary 11001101 1011001 11010 0 111001 1010111 10100 10101 1001101 101101

Color Harmonies of #CD591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD591A

Black with #CD591A

Text Example


Text Example

White with #CD591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD591A; }

 p { color: rgb(205,89,26); }

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

background-color css

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

 a { background-color: rgb(205,89,26); }

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

border-color css

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

 span { border-color: rgb(205,89,26); }

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