Html Css Color HEX #D07A41 Raw Sienna

📋 copy color: '#D07A41'

red 208 ◦ green 122 ◦ blue 65

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

Shades of Raw Sienna #D07A41

Tints of Raw Sienna #D07A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.46%

R = 52.66%
G = 30.89%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07A41 (or 0xD07A41) is known color: Raw Sienna. HEX triplet: D0, 7A and 41. RGB value is (208,122,65). Sum of RGB (Red+Green+Blue) = 208+122+65=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A41 is #2F85BE. Grayscale: #8D8D8D. Windows color (decimal): -3114431 or 4291280. OLE color: 4291280.

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

Color convert

RGB 208 122 65 -
CMYK 0 0.41 0.69 0.18
HSL 23.92º 0.6% 0.54% -
HSV(B) 23.92º 0.69% 0.82% -
XYZ 33.93 27.71 8.56 -
YUV 141.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 208 122 65 0 0.41 0.69 0.18 23.92 0.6 0.54
Hex D0 7A 41 0 29 45 12 18 3C 36
Octal 320 172 101 0 51 105 22 30 74 66
Binary 11010000 1111010 1000001 0 101001 1000101 10010 11000 111100 110110

Color Harmonies of #D07A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A41

Black with #D07A41

Text Example


Text Example

White with #D07A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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