Html Css Color HEX #7D5511 Raw Umber

📋 copy color: '#7D5511'

red 125 ◦ green 85 ◦ blue 17

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

Shades of Raw Umber #7D5511

Tints of Raw Umber #7D5511

RGB

 RED value IS 125 (49.22% from 255) = 55.07%

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 55.07%
G = 37.44%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D5511 (or 0x7D5511) is known color: Raw Umber. HEX triplet: 7D, 55 and 11. RGB value is (125,85,17). Sum of RGB (Red+Green+Blue) = 125+85+17=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5511 is #82AAEE. Grayscale: #595959. Windows color (decimal): -8563439 or 1135997. OLE color: 1135997.

HSL color Cylindrical-coordinate representation of color #7D5511: hue angle of 37.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D5511 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 85 17 -
CMYK 0 0.32 0.86 0.51
HSL 37.78º 0.76% 0.28% -
HSV(B) 37.78º 0.86% 0.49% -
XYZ 11.81 10.9 2.01 -
YUV 89.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 125 85 17 0 0.32 0.86 0.51 37.78 0.76 0.28
Hex 7D 55 11 0 20 56 33 26 4C 1C
Octal 175 125 21 0 40 126 63 46 114 34
Binary 1111101 1010101 10001 0 100000 1010110 110011 100110 1001100 11100

Color Harmonies of #7D5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5511

Black with #7D5511

Text Example


Text Example

White with #7D5511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D5511; }

 p { color: rgb(125,85,17); }

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

background-color css

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

 a { background-color: rgb(125,85,17); }

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

border-color css

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

 span { border-color: rgb(125,85,17); }

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