Html Css Color HEX #D5740D Chocolate

📋 copy color: '#D5740D'

red 213 ◦ green 116 ◦ blue 13

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

Shades of Chocolate #D5740D

Tints of Chocolate #D5740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 62.28%
G = 33.92%
B = 3.8%

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

#D5740D (or 0xD5740D) is known color: Chocolate. HEX triplet: D5, 74 and 0D. RGB value is (213,116,13). Sum of RGB (Red+Green+Blue) = 213+116+13=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5740D is #2A8BF2. Grayscale: #858585. Windows color (decimal): -2788339 or 881877. OLE color: 881877.

HSL color Cylindrical-coordinate representation of color #D5740D: hue angle of 30.9º 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 #D5740D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 13 -
CMYK 0 0.46 0.94 0.16
HSL 30.9º 0.88% 0.44% -
HSV(B) 30.9º 0.94% 0.84% -
XYZ 33.76 26.67 3.75 -
YUV 133.26 60.14 184.88 -
System Red Green Blue C M Y K H S L
Decimal 213 116 13 0 0.46 0.94 0.16 30.9 0.88 0.44
Hex D5 74 D 0 2E 5E 10 1F 58 2C
Octal 325 164 15 0 56 136 20 37 130 54
Binary 11010101 1110100 1101 0 101110 1011110 10000 11111 1011000 101100

Color Harmonies of #D5740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5740D

Black with #D5740D

Text Example


Text Example

White with #D5740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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