Html Css Color HEX #CD581F Chocolate

📋 copy color: '#CD581F'

red 205 ◦ green 88 ◦ blue 31

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

Shades of Chocolate #CD581F

Tints of Chocolate #CD581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 63.27%
G = 27.16%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD581F (or 0xCD581F) is known color: Chocolate. HEX triplet: CD, 58 and 1F. RGB value is (205,88,31). Sum of RGB (Red+Green+Blue) = 205+88+31=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD581F is #32A7E0. Grayscale: #747474. Windows color (decimal): -3319777 or 2054349. OLE color: 2054349.

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

Color convert

RGB 205 88 31 -
CMYK 0 0.57 0.85 0.20
HSL 19.66º 0.74% 0.46% -
HSV(B) 19.66º 0.85% 0.8% -
XYZ 28.91 20.06 3.64 -
YUV 116.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 205 88 31 0 0.57 0.85 0.20 19.66 0.74 0.46
Hex CD 58 1F 0 39 55 14 14 4A 2E
Octal 315 130 37 0 71 125 24 24 112 56
Binary 11001101 1011000 11111 0 111001 1010101 10100 10100 1001010 101110

Color Harmonies of #CD581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD581F

Black with #CD581F

Text Example


Text Example

White with #CD581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD581F; }

 p { color: rgb(205,88,31); }

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

background-color css

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

 a { background-color: rgb(205,88,31); }

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

border-color css

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

 span { border-color: rgb(205,88,31); }

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