Html Css Color HEX #D48850 Raw Sienna

📋 copy color: '#D48850'

red 212 ◦ green 136 ◦ blue 80

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

Shades of Raw Sienna #D48850

Tints of Raw Sienna #D48850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.78%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 49.53%
G = 31.78%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D48850 (or 0xD48850) is known color: Raw Sienna. HEX triplet: D4, 88 and 50. RGB value is (212,136,80). Sum of RGB (Red+Green+Blue) = 212+136+80=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D48850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48850 is #2B77AF. Grayscale: #989898. Windows color (decimal): -2848688 or 5277908. OLE color: 5277908.

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

Color convert

RGB 212 136 80 -
CMYK 0 0.36 0.62 0.17
HSL 25.45º 0.61% 0.57% -
HSV(B) 25.45º 0.62% 0.83% -
XYZ 37.4 32.18 11.83 -
YUV 152.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 212 136 80 0 0.36 0.62 0.17 25.45 0.61 0.57
Hex D4 88 50 0 24 3E 11 19 3D 39
Octal 324 210 120 0 44 76 21 31 75 71
Binary 11010100 10001000 1010000 0 100100 111110 10001 11001 111101 111001

Color Harmonies of #D48850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48850

Black with #D48850

Text Example


Text Example

White with #D48850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48850; }

 p { color: rgb(212,136,80); }

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

background-color css

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

 a { background-color: rgb(212,136,80); }

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

border-color css

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

 span { border-color: rgb(212,136,80); }

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