Html Css Color HEX #CD521A Chocolate

📋 copy color: '#CD521A'

red 205 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #CD521A

Tints of Chocolate #CD521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

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

R = 65.5%
G = 26.2%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD521A (or 0xCD521A) is known color: Chocolate. HEX triplet: CD, 52 and 1A. RGB value is (205,82,26). Sum of RGB (Red+Green+Blue) = 205+82+26=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD521A is #32ADE5. Grayscale: #707070. Windows color (decimal): -3321318 or 1725133. OLE color: 1725133.

HSL color Cylindrical-coordinate representation of color #CD521A: hue angle of 18.77º 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 #CD521A is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 26 -
CMYK 0 0.6 0.87 0.20
HSL 18.77º 0.77% 0.45% -
HSV(B) 18.77º 0.87% 0.8% -
XYZ 28.38 19.09 3.17 -
YUV 112.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 205 82 26 0 0.6 0.87 0.20 18.77 0.77 0.45
Hex CD 52 1A 0 3C 57 14 13 4D 2D
Octal 315 122 32 0 74 127 24 23 115 55
Binary 11001101 1010010 11010 0 111100 1010111 10100 10011 1001101 101101

Color Harmonies of #CD521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD521A

Black with #CD521A

Text Example


Text Example

White with #CD521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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