Html Css Color HEX #7D5614 Raw Umber

📋 copy color: '#7D5614'

red 125 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #7D5614

Tints of Raw Umber #7D5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

 BLUE value IS 20 (8.2% from 255) = 8.66%

R = 54.11%
G = 37.23%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7D5614 (or 0x7D5614) is known color: Raw Umber. HEX triplet: 7D, 56 and 14. RGB value is (125,86,20). Sum of RGB (Red+Green+Blue) = 125+86+20=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5614 is #82A9EB. Grayscale: #5A5A5A. Windows color (decimal): -8563180 or 1332861. OLE color: 1332861.

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

Color convert

RGB 125 86 20 -
CMYK 0 0.31 0.84 0.51
HSL 37.71º 0.72% 0.28% -
HSV(B) 37.71º 0.84% 0.49% -
XYZ 11.91 11.07 2.17 -
YUV 90.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 125 86 20 0 0.31 0.84 0.51 37.71 0.72 0.28
Hex 7D 56 14 0 1F 54 33 26 48 1C
Octal 175 126 24 0 37 124 63 46 110 34
Binary 1111101 1010110 10100 0 11111 1010100 110011 100110 1001000 11100

Color Harmonies of #7D5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5614

Black with #7D5614

Text Example


Text Example

White with #7D5614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,20); }

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

background-color css

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

 a { background-color: rgb(125,86,20); }

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

border-color css

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

 span { border-color: rgb(125,86,20); }

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