Html Css Color HEX #CD6513 Chocolate

📋 copy color: '#CD6513'

red 205 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #CD6513

Tints of Chocolate #CD6513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 63.08%
G = 31.08%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD6513 (or 0xCD6513) is known color: Chocolate. HEX triplet: CD, 65 and 13. RGB value is (205,101,19). Sum of RGB (Red+Green+Blue) = 205+101+19=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6513 is #329AEC. Grayscale: #7B7B7B. Windows color (decimal): -3316461 or 1271245. OLE color: 1271245.

HSL color Cylindrical-coordinate representation of color #CD6513: hue angle of 26.45º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD6513 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 101 19 -
CMYK 0 0.51 0.91 0.20
HSL 26.45º 0.83% 0.44% -
HSV(B) 26.45º 0.91% 0.8% -
XYZ 29.95 22.33 3.35 -
YUV 122.75 69.46 186.67 -
System Red Green Blue C M Y K H S L
Decimal 205 101 19 0 0.51 0.91 0.20 26.45 0.83 0.44
Hex CD 65 13 0 33 5B 14 1A 53 2C
Octal 315 145 23 0 63 133 24 32 123 54
Binary 11001101 1100101 10011 0 110011 1011011 10100 11010 1010011 101100

Color Harmonies of #CD6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6513

Black with #CD6513

Text Example


Text Example

White with #CD6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6513; }

 p { color: rgb(205,101,19); }

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

background-color css

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

 a { background-color: rgb(205,101,19); }

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

border-color css

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

 span { border-color: rgb(205,101,19); }

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