Html Css Color HEX #D07C52 Raw Sienna

📋 copy color: '#D07C52'

red 208 ◦ green 124 ◦ blue 82

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

Shades of Raw Sienna #D07C52

Tints of Raw Sienna #D07C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.81%

R = 50.24%
G = 29.95%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D07C52 (or 0xD07C52) is known color: Raw Sienna. HEX triplet: D0, 7C and 52. RGB value is (208,124,82). Sum of RGB (Red+Green+Blue) = 208+124+82=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D07C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07C52 is #2F83AD. Grayscale: #909090. Windows color (decimal): -3113902 or 5405904. OLE color: 5405904.

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

Color convert

RGB 208 124 82 -
CMYK 0 0.40 0.61 0.18
HSL 20º 0.57% 0.57% -
HSV(B) 20º 0.61% 0.82% -
XYZ 34.74 28.43 11.64 -
YUV 144.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 208 124 82 0 0.40 0.61 0.18 20 0.57 0.57
Hex D0 7C 52 0 28 3D 12 14 39 39
Octal 320 174 122 0 50 75 22 24 71 71
Binary 11010000 1111100 1010010 0 101000 111101 10010 10100 111001 111001

Color Harmonies of #D07C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07C52

Black with #D07C52

Text Example


Text Example

White with #D07C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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