Html Css Color HEX #D76841 Sorbus

📋 copy color: '#D76841'

red 215 ◦ green 104 ◦ blue 65

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

Shades of Sorbus #D76841

Tints of Sorbus #D76841

RGB

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

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

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

R = 55.99%
G = 27.08%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D76841 (or 0xD76841) is known color: Sorbus. HEX triplet: D7, 68 and 41. RGB value is (215,104,65). Sum of RGB (Red+Green+Blue) = 215+104+65=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D76841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76841 is #2897BE. Grayscale: #858585. Windows color (decimal): -2660287 or 4286679. OLE color: 4286679.

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

Color convert

RGB 215 104 65 -
CMYK 0 0.52 0.70 0.16
HSL 15.6º 0.65% 0.55% -
HSV(B) 15.6º 0.7% 0.84% -
XYZ 33.93 24.73 7.99 -
YUV 132.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 215 104 65 0 0.52 0.70 0.16 15.6 0.65 0.55
Hex D7 68 41 0 34 46 10 10 41 37
Octal 327 150 101 0 64 106 20 20 101 67
Binary 11010111 1101000 1000001 0 110100 1000110 10000 10000 1000001 110111

Color Harmonies of #D76841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76841

Black with #D76841

Text Example


Text Example

White with #D76841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76841; }

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

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

background-color css

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

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

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

border-color css

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

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

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