Html Css Color HEX #D48545 Raw Sienna

📋 copy color: '#D48545'

red 212 ◦ green 133 ◦ blue 69

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

Shades of Raw Sienna #D48545

Tints of Raw Sienna #D48545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.13%

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

R = 51.21%
G = 32.13%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48545 (or 0xD48545) is known color: Raw Sienna. HEX triplet: D4, 85 and 45. RGB value is (212,133,69). Sum of RGB (Red+Green+Blue) = 212+133+69=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D48545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48545 is #2B7ABA. Grayscale: #959595. Windows color (decimal): -2849467 or 4556244. OLE color: 4556244.

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

Color convert

RGB 212 133 69 -
CMYK 0 0.37 0.67 0.17
HSL 26.85º 0.62% 0.55% -
HSV(B) 26.85º 0.67% 0.83% -
XYZ 36.61 31.2 9.72 -
YUV 149.33 82.67 172.7 -
System Red Green Blue C M Y K H S L
Decimal 212 133 69 0 0.37 0.67 0.17 26.85 0.62 0.55
Hex D4 85 45 0 25 43 11 1B 3E 37
Octal 324 205 105 0 45 103 21 33 76 67
Binary 11010100 10000101 1000101 0 100101 1000011 10001 11011 111110 110111

Color Harmonies of #D48545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48545

Black with #D48545

Text Example


Text Example

White with #D48545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48545; }

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

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

background-color css

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

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

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

border-color css

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

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

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