Html Css Color HEX #D76541 Sorbus

📋 copy color: '#D76541'

red 215 ◦ green 101 ◦ blue 65

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

Shades of Sorbus #D76541

Tints of Sorbus #D76541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.51%

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 56.43%
G = 26.51%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D76541 (or 0xD76541) is known color: Sorbus. HEX triplet: D7, 65 and 41. RGB value is (215,101,65). Sum of RGB (Red+Green+Blue) = 215+101+65=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D76541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76541 is #289ABE. Grayscale: #838383. Windows color (decimal): -2661055 or 4285911. OLE color: 4285911.

HSL color Cylindrical-coordinate representation of color #D76541: hue angle of 14.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D76541 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 65 -
CMYK 0 0.53 0.70 0.16
HSL 14.4º 0.65% 0.55% -
HSV(B) 14.4º 0.7% 0.84% -
XYZ 33.63 24.14 7.89 -
YUV 130.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 215 101 65 0 0.53 0.70 0.16 14.4 0.65 0.55
Hex D7 65 41 0 35 46 10 E 41 37
Octal 327 145 101 0 65 106 20 16 101 67
Binary 11010111 1100101 1000001 0 110101 1000110 10000 1110 1000001 110111

Color Harmonies of #D76541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76541

Black with #D76541

Text Example


Text Example

White with #D76541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76541; }

 p { color: rgb(215,101,65); }

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

background-color css

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

 a { background-color: rgb(215,101,65); }

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

border-color css

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

 span { border-color: rgb(215,101,65); }

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