Html Css Color HEX #D76C3A Sorbus

📋 copy color: '#D76C3A'

red 215 ◦ green 108 ◦ blue 58

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

Shades of Sorbus #D76C3A

Tints of Sorbus #D76C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 56.43%
G = 28.35%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D76C3A (or 0xD76C3A) is known color: Sorbus. HEX triplet: D7, 6C and 3A. RGB value is (215,108,58). Sum of RGB (Red+Green+Blue) = 215+108+58=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C3A is #2893C5. Grayscale: #868686. Windows color (decimal): -2659270 or 3828951. OLE color: 3828951.

HSL color Cylindrical-coordinate representation of color #D76C3A: hue angle of 19.11º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D76C3A is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 58 -
CMYK 0 0.50 0.73 0.16
HSL 19.11º 0.66% 0.54% -
HSV(B) 19.11º 0.73% 0.84% -
XYZ 34.15 25.48 7.12 -
YUV 134.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 215 108 58 0 0.50 0.73 0.16 19.11 0.66 0.54
Hex D7 6C 3A 0 32 49 10 13 42 36
Octal 327 154 72 0 62 111 20 23 102 66
Binary 11010111 1101100 111010 0 110010 1001001 10000 10011 1000010 110110

Color Harmonies of #D76C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C3A

Black with #D76C3A

Text Example


Text Example

White with #D76C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C3A; }

 p { color: rgb(215,108,58); }

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

background-color css

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

 a { background-color: rgb(215,108,58); }

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

border-color css

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

 span { border-color: rgb(215,108,58); }

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