Html Css Color HEX #D48052 Raw Sienna

📋 copy color: '#D48052'

red 212 ◦ green 128 ◦ blue 82

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

Shades of Raw Sienna #D48052

Tints of Raw Sienna #D48052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

 BLUE value IS 82 (32.42% from 255) = 19.43%

R = 50.24%
G = 30.33%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D48052 (or 0xD48052) is known color: Raw Sienna. HEX triplet: D4, 80 and 52. RGB value is (212,128,82). Sum of RGB (Red+Green+Blue) = 212+128+82=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D48052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48052 is #2B7FAD. Grayscale: #949494. Windows color (decimal): -2850734 or 5406932. OLE color: 5406932.

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

Color convert

RGB 212 128 82 -
CMYK 0 0.40 0.61 0.17
HSL 21.23º 0.6% 0.58% -
HSV(B) 21.23º 0.61% 0.83% -
XYZ 36.39 30.04 11.86 -
YUV 147.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 212 128 82 0 0.40 0.61 0.17 21.23 0.6 0.58
Hex D4 80 52 0 28 3D 11 15 3C 3A
Octal 324 200 122 0 50 75 21 25 74 72
Binary 11010100 10000000 1010010 0 101000 111101 10001 10101 111100 111010

Color Harmonies of #D48052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48052

Black with #D48052

Text Example


Text Example

White with #D48052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48052; }

 p { color: rgb(212,128,82); }

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

background-color css

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

 a { background-color: rgb(212,128,82); }

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

border-color css

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

 span { border-color: rgb(212,128,82); }

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