Html Css Color HEX #D07D52 Raw Sienna

📋 copy color: '#D07D52'

red 208 ◦ green 125 ◦ blue 82

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

Shades of Raw Sienna #D07D52

Tints of Raw Sienna #D07D52

RGB

 RED value IS 208 (81.64% from 255) = 50.12%

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 82 (32.42% from 255) = 19.76%

R = 50.12%
G = 30.12%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D07D52 (or 0xD07D52) is known color: Raw Sienna. HEX triplet: D0, 7D and 52. RGB value is (208,125,82). Sum of RGB (Red+Green+Blue) = 208+125+82=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D52 is #2F82AD. Grayscale: #919191. Windows color (decimal): -3113646 or 5406160. OLE color: 5406160.

HSL color Cylindrical-coordinate representation of color #D07D52: hue angle of 20.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D07D52 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 125 82 -
CMYK 0 0.40 0.61 0.18
HSL 20.48º 0.57% 0.57% -
HSV(B) 20.48º 0.61% 0.82% -
XYZ 34.87 28.69 11.68 -
YUV 144.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 208 125 82 0 0.40 0.61 0.18 20.48 0.57 0.57
Hex D0 7D 52 0 28 3D 12 14 39 39
Octal 320 175 122 0 50 75 22 24 71 71
Binary 11010000 1111101 1010010 0 101000 111101 10010 10100 111001 111001

Color Harmonies of #D07D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07D52

Black with #D07D52

Text Example


Text Example

White with #D07D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07D52; }

 p { color: rgb(208,125,82); }

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

background-color css

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

 a { background-color: rgb(208,125,82); }

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

border-color css

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

 span { border-color: rgb(208,125,82); }

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