Html Css Color HEX #D76325 Chocolate

📋 copy color: '#D76325'

red 215 ◦ green 99 ◦ blue 37

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

Shades of Chocolate #D76325

Tints of Chocolate #D76325

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

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

R = 61.25%
G = 28.21%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D76325 (or 0xD76325) is known color: Chocolate. HEX triplet: D7, 63 and 25. RGB value is (215,99,37). Sum of RGB (Red+Green+Blue) = 215+99+37=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D76325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76325 is #289CDA. Grayscale: #7E7E7E. Windows color (decimal): -2661595 or 2450391. OLE color: 2450391.

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

Color convert

RGB 215 99 37 -
CMYK 0 0.54 0.83 0.16
HSL 20.9º 0.71% 0.49% -
HSV(B) 20.9º 0.83% 0.84% -
XYZ 32.82 23.5 4.56 -
YUV 126.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 215 99 37 0 0.54 0.83 0.16 20.9 0.71 0.49
Hex D7 63 25 0 36 53 10 15 47 31
Octal 327 143 45 0 66 123 20 25 107 61
Binary 11010111 1100011 100101 0 110110 1010011 10000 10101 1000111 110001

Color Harmonies of #D76325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76325

Black with #D76325

Text Example


Text Example

White with #D76325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76325; }

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

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

background-color css

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

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

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

border-color css

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

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

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