Html Css Color HEX #D07C46 Raw Sienna

📋 copy color: '#D07C46'

red 208 ◦ green 124 ◦ blue 70

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

Shades of Raw Sienna #D07C46

Tints of Raw Sienna #D07C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

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

R = 51.74%
G = 30.85%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D07C46 (or 0xD07C46) is known color: Raw Sienna. HEX triplet: D0, 7C and 46. RGB value is (208,124,70). Sum of RGB (Red+Green+Blue) = 208+124+70=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C46 is #2F83B9. Grayscale: #8F8F8F. Windows color (decimal): -3113914 or 4619472. OLE color: 4619472.

HSL color Cylindrical-coordinate representation of color #D07C46: hue angle of 23.48º 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 #D07C46 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 124 70 -
CMYK 0 0.40 0.66 0.18
HSL 23.48º 0.59% 0.55% -
HSV(B) 23.48º 0.66% 0.82% -
XYZ 34.33 28.27 9.44 -
YUV 142.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 208 124 70 0 0.40 0.66 0.18 23.48 0.59 0.55
Hex D0 7C 46 0 28 42 12 17 3B 37
Octal 320 174 106 0 50 102 22 27 73 67
Binary 11010000 1111100 1000110 0 101000 1000010 10010 10111 111011 110111

Color Harmonies of #D07C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C46

Black with #D07C46

Text Example


Text Example

White with #D07C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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