Html Css Color HEX #D75A1B Chocolate

📋 copy color: '#D75A1B'

red 215 ◦ green 90 ◦ blue 27

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

Shades of Chocolate #D75A1B

Tints of Chocolate #D75A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 27 (10.94% from 255) = 8.13%

R = 64.76%
G = 27.11%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D75A1B (or 0xD75A1B) is known color: Chocolate. HEX triplet: D7, 5A and 1B. RGB value is (215,90,27). Sum of RGB (Red+Green+Blue) = 215+90+27=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A1B is #28A5E4. Grayscale: #787878. Windows color (decimal): -2663909 or 1792727. OLE color: 1792727.

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

Color convert

RGB 215 90 27 -
CMYK 0 0.58 0.87 0.16
HSL 20.11º 0.78% 0.47% -
HSV(B) 20.11º 0.87% 0.84% -
XYZ 31.88 21.84 3.57 -
YUV 120.19 75.41 195.62 -
System Red Green Blue C M Y K H S L
Decimal 215 90 27 0 0.58 0.87 0.16 20.11 0.78 0.47
Hex D7 5A 1B 0 3A 57 10 14 4E 2F
Octal 327 132 33 0 72 127 20 24 116 57
Binary 11010111 1011010 11011 0 111010 1010111 10000 10100 1001110 101111

Color Harmonies of #D75A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A1B

Black with #D75A1B

Text Example


Text Example

White with #D75A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A1B; }

 p { color: rgb(215,90,27); }

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

background-color css

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

 a { background-color: rgb(215,90,27); }

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

border-color css

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

 span { border-color: rgb(215,90,27); }

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