Html Css Color HEX #D07A46 Raw Sienna

📋 copy color: '#D07A46'

red 208 ◦ green 122 ◦ blue 70

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

Shades of Raw Sienna #D07A46

Tints of Raw Sienna #D07A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 52%
G = 30.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07A46 (or 0xD07A46) is known color: Raw Sienna. HEX triplet: D0, 7A and 46. RGB value is (208,122,70). Sum of RGB (Red+Green+Blue) = 208+122+70=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A46 is #2F85B9. Grayscale: #8E8E8E. Windows color (decimal): -3114426 or 4618960. OLE color: 4618960.

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

Color convert

RGB 208 122 70 -
CMYK 0 0.41 0.66 0.18
HSL 22.61º 0.59% 0.55% -
HSV(B) 22.61º 0.66% 0.82% -
XYZ 34.08 27.77 9.36 -
YUV 141.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 208 122 70 0 0.41 0.66 0.18 22.61 0.59 0.55
Hex D0 7A 46 0 29 42 12 17 3B 37
Octal 320 172 106 0 51 102 22 27 73 67
Binary 11010000 1111010 1000110 0 101001 1000010 10010 10111 111011 110111

Color Harmonies of #D07A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A46

Black with #D07A46

Text Example


Text Example

White with #D07A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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