Html Css Color HEX #D58248 Raw Sienna

📋 copy color: '#D58248'

red 213 ◦ green 130 ◦ blue 72

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

Shades of Raw Sienna #D58248

Tints of Raw Sienna #D58248

RGB

 RED value IS 213 (83.59% from 255) = 51.33%

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

 BLUE value IS 72 (28.52% from 255) = 17.35%

R = 51.33%
G = 31.33%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D58248 (or 0xD58248) is known color: Raw Sienna. HEX triplet: D5, 82 and 48. RGB value is (213,130,72). Sum of RGB (Red+Green+Blue) = 213+130+72=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D58248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58248 is #2A7DB7. Grayscale: #949494. Windows color (decimal): -2784696 or 4752085. OLE color: 4752085.

HSL color Cylindrical-coordinate representation of color #D58248: hue angle of 24.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D58248 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 72 -
CMYK 0 0.39 0.66 0.16
HSL 24.68º 0.63% 0.56% -
HSV(B) 24.68º 0.66% 0.84% -
XYZ 36.59 30.58 10.1 -
YUV 148.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 213 130 72 0 0.39 0.66 0.16 24.68 0.63 0.56
Hex D5 82 48 0 27 42 10 19 3F 38
Octal 325 202 110 0 47 102 20 31 77 70
Binary 11010101 10000010 1001000 0 100111 1000010 10000 11001 111111 111000

Color Harmonies of #D58248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58248

Black with #D58248

Text Example


Text Example

White with #D58248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58248; }

 p { color: rgb(213,130,72); }

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

background-color css

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

 a { background-color: rgb(213,130,72); }

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

border-color css

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

 span { border-color: rgb(213,130,72); }

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