Html Css Color HEX #D46B3B Sorbus

📋 copy color: '#D46B3B'

red 212 ◦ green 107 ◦ blue 59

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

Shades of Sorbus #D46B3B

Tints of Sorbus #D46B3B

RGB

 RED value IS 212 (83.2% from 255) = 56.08%

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 59 (23.44% from 255) = 15.61%

R = 56.08%
G = 28.31%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D46B3B (or 0xD46B3B) is known color: Sorbus. HEX triplet: D4, 6B and 3B. RGB value is (212,107,59). Sum of RGB (Red+Green+Blue) = 212+107+59=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46B3B is #2B94C4. Grayscale: #858585. Windows color (decimal): -2856133 or 3894228. OLE color: 3894228.

HSL color Cylindrical-coordinate representation of color #D46B3B: hue angle of 18.82º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D46B3B is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 107 59 -
CMYK 0 0.50 0.72 0.17
HSL 18.82º 0.64% 0.53% -
HSV(B) 18.82º 0.72% 0.83% -
XYZ 33.2 24.83 7.18 -
YUV 132.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 212 107 59 0 0.50 0.72 0.17 18.82 0.64 0.53
Hex D4 6B 3B 0 32 48 11 13 40 35
Octal 324 153 73 0 62 110 21 23 100 65
Binary 11010100 1101011 111011 0 110010 1001000 10001 10011 1000000 110101

Color Harmonies of #D46B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46B3B

Black with #D46B3B

Text Example


Text Example

White with #D46B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46B3B; }

 p { color: rgb(212,107,59); }

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

background-color css

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

 a { background-color: rgb(212,107,59); }

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

border-color css

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

 span { border-color: rgb(212,107,59); }

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