Html Css Color HEX #D36125 Chocolate

📋 copy color: '#D36125'

red 211 ◦ green 97 ◦ blue 37

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

Shades of Chocolate #D36125

Tints of Chocolate #D36125

RGB

 RED value IS 211 (82.81% from 255) = 61.16%

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 61.16%
G = 28.12%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D36125 (or 0xD36125) is known color: Chocolate. HEX triplet: D3, 61 and 25. RGB value is (211,97,37). Sum of RGB (Red+Green+Blue) = 211+97+37=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D36125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36125 is #2C9EDA. Grayscale: #7C7C7C. Windows color (decimal): -2924251 or 2449875. OLE color: 2449875.

HSL color Cylindrical-coordinate representation of color #D36125: hue angle of 20.69º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D36125 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 97 37 -
CMYK 0 0.54 0.82 0.17
HSL 20.69º 0.7% 0.49% -
HSV(B) 20.69º 0.82% 0.83% -
XYZ 31.47 22.53 4.44 -
YUV 124.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 211 97 37 0 0.54 0.82 0.17 20.69 0.7 0.49
Hex D3 61 25 0 36 52 11 15 46 31
Octal 323 141 45 0 66 122 21 25 106 61
Binary 11010011 1100001 100101 0 110110 1010010 10001 10101 1000110 110001

Color Harmonies of #D36125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36125

Black with #D36125

Text Example


Text Example

White with #D36125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36125; }

 p { color: rgb(211,97,37); }

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

background-color css

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

 a { background-color: rgb(211,97,37); }

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

border-color css

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

 span { border-color: rgb(211,97,37); }

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