Html Css Color HEX #D48549 Raw Sienna

📋 copy color: '#D48549'

red 212 ◦ green 133 ◦ blue 73

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

Shades of Raw Sienna #D48549

Tints of Raw Sienna #D48549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 73 (28.91% from 255) = 17.46%

R = 50.72%
G = 31.82%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D48549 (or 0xD48549) is known color: Raw Sienna. HEX triplet: D4, 85 and 49. RGB value is (212,133,73). Sum of RGB (Red+Green+Blue) = 212+133+73=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D48549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48549 is #2B7AB6. Grayscale: #969696. Windows color (decimal): -2849463 or 4818388. OLE color: 4818388.

HSL color Cylindrical-coordinate representation of color #D48549: hue angle of 25.9º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D48549 is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 133 73 -
CMYK 0 0.37 0.66 0.17
HSL 25.9º 0.62% 0.56% -
HSV(B) 25.9º 0.66% 0.83% -
XYZ 36.74 31.25 10.4 -
YUV 149.78 84.67 172.38 -
System Red Green Blue C M Y K H S L
Decimal 212 133 73 0 0.37 0.66 0.17 25.9 0.62 0.56
Hex D4 85 49 0 25 42 11 1A 3E 38
Octal 324 205 111 0 45 102 21 32 76 70
Binary 11010100 10000101 1001001 0 100101 1000010 10001 11010 111110 111000

Color Harmonies of #D48549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48549

Black with #D48549

Text Example


Text Example

White with #D48549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48549; }

 p { color: rgb(212,133,73); }

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

background-color css

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

 a { background-color: rgb(212,133,73); }

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

border-color css

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

 span { border-color: rgb(212,133,73); }

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