Html Css Color HEX #D07C3E Raw Sienna

📋 copy color: '#D07C3E'

red 208 ◦ green 124 ◦ blue 62

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

Shades of Raw Sienna #D07C3E

Tints of Raw Sienna #D07C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.74%

R = 52.79%
G = 31.47%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D07C3E (or 0xD07C3E) is known color: Raw Sienna. HEX triplet: D0, 7C and 3E. RGB value is (208,124,62). Sum of RGB (Red+Green+Blue) = 208+124+62=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07C3E is #2F83C1. Grayscale: #8E8E8E. Windows color (decimal): -3113922 or 4095184. OLE color: 4095184.

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

Color convert

RGB 208 124 62 -
CMYK 0 0.40 0.70 0.18
HSL 25.48º 0.61% 0.53% -
HSV(B) 25.48º 0.7% 0.82% -
XYZ 34.09 28.17 8.2 -
YUV 142.05 82.83 175.04 -
System Red Green Blue C M Y K H S L
Decimal 208 124 62 0 0.40 0.70 0.18 25.48 0.61 0.53
Hex D0 7C 3E 0 28 46 12 19 3D 35
Octal 320 174 76 0 50 106 22 31 75 65
Binary 11010000 1111100 111110 0 101000 1000110 10010 11001 111101 110101

Color Harmonies of #D07C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C3E

Black with #D07C3E

Text Example


Text Example

White with #D07C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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