Html Css Color HEX #CD5D19 Chocolate

📋 copy color: '#CD5D19'

red 205 ◦ green 93 ◦ blue 25

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

Shades of Chocolate #CD5D19

Tints of Chocolate #CD5D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 63.47%
G = 28.79%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD5D19 (or 0xCD5D19) is known color: Chocolate. HEX triplet: CD, 5D and 19. RGB value is (205,93,25). Sum of RGB (Red+Green+Blue) = 205+93+25=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D19 is #32A2E6. Grayscale: #777777. Windows color (decimal): -3318503 or 1662413. OLE color: 1662413.

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

Color convert

RGB 205 93 25 -
CMYK 0 0.55 0.88 0.20
HSL 22.67º 0.78% 0.45% -
HSV(B) 22.67º 0.88% 0.8% -
XYZ 29.27 20.88 3.41 -
YUV 118.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 205 93 25 0 0.55 0.88 0.20 22.67 0.78 0.45
Hex CD 5D 19 0 37 58 14 17 4E 2D
Octal 315 135 31 0 67 130 24 27 116 55
Binary 11001101 1011101 11001 0 110111 1011000 10100 10111 1001110 101101

Color Harmonies of #CD5D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D19

Black with #CD5D19

Text Example


Text Example

White with #CD5D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D19; }

 p { color: rgb(205,93,25); }

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

background-color css

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

 a { background-color: rgb(205,93,25); }

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

border-color css

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

 span { border-color: rgb(205,93,25); }

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