Html Css Color HEX #D48248 Raw Sienna

📋 copy color: '#D48248'

red 212 ◦ green 130 ◦ blue 72

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

Shades of Raw Sienna #D48248

Tints of Raw Sienna #D48248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 51.21%
G = 31.4%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D48248 (or 0xD48248) is known color: Raw Sienna. HEX triplet: D4, 82 and 48. RGB value is (212,130,72). Sum of RGB (Red+Green+Blue) = 212+130+72=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D48248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48248 is #2B7DB7. Grayscale: #949494. Windows color (decimal): -2850232 or 4752084. OLE color: 4752084.

HSL color Cylindrical-coordinate representation of color #D48248: hue angle of 24.86º 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 #D48248 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 72 -
CMYK 0 0.39 0.66 0.17
HSL 24.86º 0.62% 0.56% -
HSV(B) 24.86º 0.66% 0.83% -
XYZ 36.3 30.43 10.09 -
YUV 147.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 212 130 72 0 0.39 0.66 0.17 24.86 0.62 0.56
Hex D4 82 48 0 27 42 11 19 3E 38
Octal 324 202 110 0 47 102 21 31 76 70
Binary 11010100 10000010 1001000 0 100111 1000010 10001 11001 111110 111000

Color Harmonies of #D48248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48248

Black with #D48248

Text Example


Text Example

White with #D48248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48248; }

 p { color: rgb(212,130,72); }

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

background-color css

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

 a { background-color: rgb(212,130,72); }

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

border-color css

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

 span { border-color: rgb(212,130,72); }

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