Html Css Color HEX #CD7013 Chocolate

📋 copy color: '#CD7013'

red 205 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #CD7013

Tints of Chocolate #CD7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

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

R = 61.01%
G = 33.33%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD7013 (or 0xCD7013) is known color: Chocolate. HEX triplet: CD, 70 and 13. RGB value is (205,112,19). Sum of RGB (Red+Green+Blue) = 205+112+19=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7013 is #328FEC. Grayscale: #818181. Windows color (decimal): -3313645 or 1274061. OLE color: 1274061.

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

Color convert

RGB 205 112 19 -
CMYK 0 0.45 0.91 0.20
HSL 30º 0.83% 0.44% -
HSV(B) 30º 0.91% 0.8% -
XYZ 31.09 24.61 3.73 -
YUV 129.21 65.81 182.06 -
System Red Green Blue C M Y K H S L
Decimal 205 112 19 0 0.45 0.91 0.20 30 0.83 0.44
Hex CD 70 13 0 2D 5B 14 1E 53 2C
Octal 315 160 23 0 55 133 24 36 123 54
Binary 11001101 1110000 10011 0 101101 1011011 10100 11110 1010011 101100

Color Harmonies of #CD7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7013

Black with #CD7013

Text Example


Text Example

White with #CD7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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