Html Css Color HEX #D76825 Chocolate

📋 copy color: '#D76825'

red 215 ◦ green 104 ◦ blue 37

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

Shades of Chocolate #D76825

Tints of Chocolate #D76825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

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

R = 60.39%
G = 29.21%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D76825 (or 0xD76825) is known color: Chocolate. HEX triplet: D7, 68 and 25. RGB value is (215,104,37). Sum of RGB (Red+Green+Blue) = 215+104+37=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D76825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76825 is #2897DA. Grayscale: #818181. Windows color (decimal): -2660315 or 2451671. OLE color: 2451671.

HSL color Cylindrical-coordinate representation of color #D76825: hue angle of 22.58º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D76825 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 104 37 -
CMYK 0 0.52 0.83 0.16
HSL 22.58º 0.71% 0.49% -
HSV(B) 22.58º 0.83% 0.84% -
XYZ 33.31 24.48 4.72 -
YUV 129.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 215 104 37 0 0.52 0.83 0.16 22.58 0.71 0.49
Hex D7 68 25 0 34 53 10 17 47 31
Octal 327 150 45 0 64 123 20 27 107 61
Binary 11010111 1101000 100101 0 110100 1010011 10000 10111 1000111 110001

Color Harmonies of #D76825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76825

Black with #D76825

Text Example


Text Example

White with #D76825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76825; }

 p { color: rgb(215,104,37); }

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

background-color css

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

 a { background-color: rgb(215,104,37); }

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

border-color css

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

 span { border-color: rgb(215,104,37); }

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