Html Css Color HEX #D57140 Sorbus

📋 copy color: '#D57140'

red 213 ◦ green 113 ◦ blue 64

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

Shades of Sorbus #D57140

Tints of Sorbus #D57140

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

 GREEN value IS 113 (44.53% from 255) = 28.97%

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

R = 54.62%
G = 28.97%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D57140 (or 0xD57140) is known color: Sorbus. HEX triplet: D5, 71 and 40. RGB value is (213,113,64). Sum of RGB (Red+Green+Blue) = 213+113+64=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D57140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57140 is #2A8EBF. Grayscale: #898989. Windows color (decimal): -2789056 or 4223445. OLE color: 4223445.

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

Color convert

RGB 213 113 64 -
CMYK 0 0.47 0.70 0.16
HSL 19.73º 0.64% 0.54% -
HSV(B) 19.73º 0.7% 0.84% -
XYZ 34.27 26.33 8.13 -
YUV 137.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 213 113 64 0 0.47 0.70 0.16 19.73 0.64 0.54
Hex D5 71 40 0 2F 46 10 14 40 36
Octal 325 161 100 0 57 106 20 24 100 66
Binary 11010101 1110001 1000000 0 101111 1000110 10000 10100 1000000 110110

Color Harmonies of #D57140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57140

Black with #D57140

Text Example


Text Example

White with #D57140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57140; }

 p { color: rgb(213,113,64); }

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

background-color css

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

 a { background-color: rgb(213,113,64); }

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

border-color css

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

 span { border-color: rgb(213,113,64); }

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