Html Css Color HEX #D46540 Sorbus

📋 copy color: '#D46540'

red 212 ◦ green 101 ◦ blue 64

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

Shades of Sorbus #D46540

Tints of Sorbus #D46540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 56.23%
G = 26.79%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D46540 (or 0xD46540) is known color: Sorbus. HEX triplet: D4, 65 and 40. RGB value is (212,101,64). Sum of RGB (Red+Green+Blue) = 212+101+64=377 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.23% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 212 - color contains mainly: red. Hex color #D46540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46540 is #2B9ABF. Grayscale: #828282. Windows color (decimal): -2857664 or 4220372. OLE color: 4220372.

HSL color Cylindrical-coordinate representation of color #D46540: hue angle of 15º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D46540 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 64 -
CMYK 0 0.52 0.70 0.17
HSL 15º 0.63% 0.54% -
HSV(B) 15º 0.7% 0.83% -
XYZ 32.73 23.67 7.7 -
YUV 129.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 212 101 64 0 0.52 0.70 0.17 15 0.63 0.54
Hex D4 65 40 0 34 46 11 F 3F 36
Octal 324 145 100 0 64 106 21 17 77 66
Binary 11010100 1100101 1000000 0 110100 1000110 10001 1111 111111 110110

Color Harmonies of #D46540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46540

Black with #D46540

Text Example


Text Example

White with #D46540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46540; }

 p { color: rgb(212,101,64); }

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

background-color css

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

 a { background-color: rgb(212,101,64); }

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

border-color css

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

 span { border-color: rgb(212,101,64); }

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