Html Css Color HEX #D48346 Raw Sienna

📋 copy color: '#D48346'

red 212 ◦ green 131 ◦ blue 70

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

Shades of Raw Sienna #D48346

Tints of Raw Sienna #D48346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 51.33%
G = 31.72%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48346 (or 0xD48346) is known color: Raw Sienna. HEX triplet: D4, 83 and 46. RGB value is (212,131,70). Sum of RGB (Red+Green+Blue) = 212+131+70=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D48346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48346 is #2B7CB9. Grayscale: #949494. Windows color (decimal): -2849978 or 4621268. OLE color: 4621268.

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

Color convert

RGB 212 131 70 -
CMYK 0 0.38 0.67 0.17
HSL 25.77º 0.62% 0.55% -
HSV(B) 25.77º 0.67% 0.83% -
XYZ 36.37 30.67 9.8 -
YUV 148.27 83.84 173.46 -
System Red Green Blue C M Y K H S L
Decimal 212 131 70 0 0.38 0.67 0.17 25.77 0.62 0.55
Hex D4 83 46 0 26 43 11 1A 3E 37
Octal 324 203 106 0 46 103 21 32 76 67
Binary 11010100 10000011 1000110 0 100110 1000011 10001 11010 111110 110111

Color Harmonies of #D48346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48346

Black with #D48346

Text Example


Text Example

White with #D48346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48346; }

 p { color: rgb(212,131,70); }

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

background-color css

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

 a { background-color: rgb(212,131,70); }

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

border-color css

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

 span { border-color: rgb(212,131,70); }

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