Html Css Color HEX #D07A50 Raw Sienna

📋 copy color: '#D07A50'

red 208 ◦ green 122 ◦ blue 80

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

Shades of Raw Sienna #D07A50

Tints of Raw Sienna #D07A50

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

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

R = 50.73%
G = 29.76%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D07A50 (or 0xD07A50) is known color: Raw Sienna. HEX triplet: D0, 7A and 50. RGB value is (208,122,80). Sum of RGB (Red+Green+Blue) = 208+122+80=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A50 is #2F85AF. Grayscale: #8F8F8F. Windows color (decimal): -3114416 or 5274320. OLE color: 5274320.

HSL color Cylindrical-coordinate representation of color #D07A50: hue angle of 19.69º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D07A50 is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 80 -
CMYK 0 0.41 0.62 0.18
HSL 19.69º 0.58% 0.56% -
HSV(B) 19.69º 0.62% 0.82% -
XYZ 34.42 27.91 11.16 -
YUV 142.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 208 122 80 0 0.41 0.62 0.18 19.69 0.58 0.56
Hex D0 7A 50 0 29 3E 12 14 3A 38
Octal 320 172 120 0 51 76 22 24 72 70
Binary 11010000 1111010 1010000 0 101001 111110 10010 10100 111010 111000

Color Harmonies of #D07A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A50

Black with #D07A50

Text Example


Text Example

White with #D07A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A50; }

 p { color: rgb(208,122,80); }

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

background-color css

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

 a { background-color: rgb(208,122,80); }

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

border-color css

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

 span { border-color: rgb(208,122,80); }

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