Html Css Color HEX #D75D1A Chocolate

📋 copy color: '#D75D1A'

red 215 ◦ green 93 ◦ blue 26

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

Shades of Chocolate #D75D1A

Tints of Chocolate #D75D1A

RGB

 RED value IS 215 (84.38% from 255) = 64.37%

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 64.37%
G = 27.84%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D75D1A (or 0xD75D1A) is known color: Chocolate. HEX triplet: D7, 5D and 1A. RGB value is (215,93,26). Sum of RGB (Red+Green+Blue) = 215+93+26=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D1A is #28A2E5. Grayscale: #7A7A7A. Windows color (decimal): -2663142 or 1727959. OLE color: 1727959.

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

Color convert

RGB 215 93 26 -
CMYK 0 0.57 0.88 0.16
HSL 21.27º 0.78% 0.47% -
HSV(B) 21.27º 0.88% 0.84% -
XYZ 32.13 22.35 3.6 -
YUV 121.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 215 93 26 0 0.57 0.88 0.16 21.27 0.78 0.47
Hex D7 5D 1A 0 39 58 10 15 4E 2F
Octal 327 135 32 0 71 130 20 25 116 57
Binary 11010111 1011101 11010 0 111001 1011000 10000 10101 1001110 101111

Color Harmonies of #D75D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D1A

Black with #D75D1A

Text Example


Text Example

White with #D75D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D1A; }

 p { color: rgb(215,93,26); }

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

background-color css

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

 a { background-color: rgb(215,93,26); }

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

border-color css

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

 span { border-color: rgb(215,93,26); }

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