Html Css Color HEX #D48A4D Raw Sienna

📋 copy color: '#D48A4D'

red 212 ◦ green 138 ◦ blue 77

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

Shades of Raw Sienna #D48A4D

Tints of Raw Sienna #D48A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 49.65%
G = 32.32%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D48A4D (or 0xD48A4D) is known color: Raw Sienna. HEX triplet: D4, 8A and 4D. RGB value is (212,138,77). Sum of RGB (Red+Green+Blue) = 212+138+77=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A4D is #2B75B2. Grayscale: #999999. Windows color (decimal): -2848179 or 5081812. OLE color: 5081812.

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

Color convert

RGB 212 138 77 -
CMYK 0 0.35 0.64 0.17
HSL 27.11º 0.61% 0.57% -
HSV(B) 27.11º 0.64% 0.83% -
XYZ 37.58 32.71 11.35 -
YUV 153.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 212 138 77 0 0.35 0.64 0.17 27.11 0.61 0.57
Hex D4 8A 4D 0 23 40 11 1B 3D 39
Octal 324 212 115 0 43 100 21 33 75 71
Binary 11010100 10001010 1001101 0 100011 1000000 10001 11011 111101 111001

Color Harmonies of #D48A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A4D

Black with #D48A4D

Text Example


Text Example

White with #D48A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A4D; }

 p { color: rgb(212,138,77); }

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

background-color css

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

 a { background-color: rgb(212,138,77); }

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

border-color css

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

 span { border-color: rgb(212,138,77); }

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