Html Css Color HEX #D48145 Raw Sienna

📋 copy color: '#D48145'

red 212 ◦ green 129 ◦ blue 69

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

Shades of Raw Sienna #D48145

Tints of Raw Sienna #D48145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

 BLUE value IS 69 (27.34% from 255) = 16.83%

R = 51.71%
G = 31.46%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48145 (or 0xD48145) is known color: Raw Sienna. HEX triplet: D4, 81 and 45. RGB value is (212,129,69). Sum of RGB (Red+Green+Blue) = 212+129+69=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D48145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48145 is #2B7EBA. Grayscale: #939393. Windows color (decimal): -2850491 or 4555220. OLE color: 4555220.

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

Color convert

RGB 212 129 69 -
CMYK 0 0.39 0.67 0.17
HSL 25.17º 0.62% 0.55% -
HSV(B) 25.17º 0.67% 0.83% -
XYZ 36.08 30.13 9.54 -
YUV 146.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 212 129 69 0 0.39 0.67 0.17 25.17 0.62 0.55
Hex D4 81 45 0 27 43 11 19 3E 37
Octal 324 201 105 0 47 103 21 31 76 67
Binary 11010100 10000001 1000101 0 100111 1000011 10001 11001 111110 110111

Color Harmonies of #D48145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48145

Black with #D48145

Text Example


Text Example

White with #D48145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48145; }

 p { color: rgb(212,129,69); }

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

background-color css

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

 a { background-color: rgb(212,129,69); }

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

border-color css

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

 span { border-color: rgb(212,129,69); }

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