Html Css Color HEX #D07940 Raw Sienna

📋 copy color: '#D07940'

red 208 ◦ green 121 ◦ blue 64

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

Shades of Raw Sienna #D07940

Tints of Raw Sienna #D07940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 52.93%
G = 30.79%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D07940 (or 0xD07940) is known color: Raw Sienna. HEX triplet: D0, 79 and 40. RGB value is (208,121,64). Sum of RGB (Red+Green+Blue) = 208+121+64=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D07940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07940 is #2F86BF. Grayscale: #8C8C8C. Windows color (decimal): -3114688 or 4225488. OLE color: 4225488.

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

Color convert

RGB 208 121 64 -
CMYK 0 0.42 0.69 0.18
HSL 23.75º 0.61% 0.53% -
HSV(B) 23.75º 0.69% 0.82% -
XYZ 33.78 27.45 8.37 -
YUV 140.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 208 121 64 0 0.42 0.69 0.18 23.75 0.61 0.53
Hex D0 79 40 0 2A 45 12 18 3D 35
Octal 320 171 100 0 52 105 22 30 75 65
Binary 11010000 1111001 1000000 0 101010 1000101 10010 11000 111101 110101

Color Harmonies of #D07940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07940

Black with #D07940

Text Example


Text Example

White with #D07940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07940; }

 p { color: rgb(208,121,64); }

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

background-color css

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

 a { background-color: rgb(208,121,64); }

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

border-color css

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

 span { border-color: rgb(208,121,64); }

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