Html Css Color HEX #D5730D Chocolate

📋 copy color: '#D5730D'

red 213 ◦ green 115 ◦ blue 13

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

Shades of Chocolate #D5730D

Tints of Chocolate #D5730D

RGB

 RED value IS 213 (83.59% from 255) = 62.46%

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 62.46%
G = 33.72%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5730D (or 0xD5730D) is known color: Chocolate. HEX triplet: D5, 73 and 0D. RGB value is (213,115,13). Sum of RGB (Red+Green+Blue) = 213+115+13=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5730D is #2A8CF2. Grayscale: #858585. Windows color (decimal): -2788595 or 881621. OLE color: 881621.

HSL color Cylindrical-coordinate representation of color #D5730D: hue angle of 30.6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5730D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 13 -
CMYK 0 0.46 0.94 0.16
HSL 30.6º 0.88% 0.44% -
HSV(B) 30.6º 0.94% 0.84% -
XYZ 33.64 26.44 3.71 -
YUV 132.67 60.47 185.29 -
System Red Green Blue C M Y K H S L
Decimal 213 115 13 0 0.46 0.94 0.16 30.6 0.88 0.44
Hex D5 73 D 0 2E 5E 10 1F 58 2C
Octal 325 163 15 0 56 136 20 37 130 54
Binary 11010101 1110011 1101 0 101110 1011110 10000 11111 1011000 101100

Color Harmonies of #D5730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5730D

Black with #D5730D

Text Example


Text Example

White with #D5730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5730D; }

 p { color: rgb(213,115,13); }

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

background-color css

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

 a { background-color: rgb(213,115,13); }

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

border-color css

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

 span { border-color: rgb(213,115,13); }

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