Html Css Color HEX #D48241 Raw Sienna

📋 copy color: '#D48241'

red 212 ◦ green 130 ◦ blue 65

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

Shades of Raw Sienna #D48241

Tints of Raw Sienna #D48241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 52.09%
G = 31.94%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48241 (or 0xD48241) is known color: Raw Sienna. HEX triplet: D4, 82 and 41. RGB value is (212,130,65). Sum of RGB (Red+Green+Blue) = 212+130+65=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D48241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48241 is #2B7DBE. Grayscale: #939393. Windows color (decimal): -2850239 or 4293332. OLE color: 4293332.

HSL color Cylindrical-coordinate representation of color #D48241: hue angle of 26.53º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D48241 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 65 -
CMYK 0 0.39 0.69 0.17
HSL 26.53º 0.63% 0.54% -
HSV(B) 26.53º 0.69% 0.83% -
XYZ 36.09 30.34 8.96 -
YUV 147.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 212 130 65 0 0.39 0.69 0.17 26.53 0.63 0.54
Hex D4 82 41 0 27 45 11 1B 3F 36
Octal 324 202 101 0 47 105 21 33 77 66
Binary 11010100 10000010 1000001 0 100111 1000101 10001 11011 111111 110110

Color Harmonies of #D48241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48241

Black with #D48241

Text Example


Text Example

White with #D48241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48241; }

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

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

background-color css

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

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

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

border-color css

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

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

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