Html Css Color HEX #7D5416 Raw Umber

📋 copy color: '#7D5416'

red 125 ◦ green 84 ◦ blue 22

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

Shades of Raw Umber #7D5416

Tints of Raw Umber #7D5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 54.11%
G = 36.36%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7D5416 (or 0x7D5416) is known color: Raw Umber. HEX triplet: 7D, 54 and 16. RGB value is (125,84,22). Sum of RGB (Red+Green+Blue) = 125+84+22=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5416 is #82ABE9. Grayscale: #595959. Windows color (decimal): -8563690 or 1463421. OLE color: 1463421.

HSL color Cylindrical-coordinate representation of color #7D5416: hue angle of 36.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D5416 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 84 22 -
CMYK 0 0.33 0.82 0.51
HSL 36.12º 0.7% 0.29% -
HSV(B) 36.12º 0.82% 0.49% -
XYZ 11.77 10.76 2.22 -
YUV 89.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 125 84 22 0 0.33 0.82 0.51 36.12 0.7 0.29
Hex 7D 54 16 0 21 52 33 24 46 1D
Octal 175 124 26 0 41 122 63 44 106 35
Binary 1111101 1010100 10110 0 100001 1010010 110011 100100 1000110 11101

Color Harmonies of #7D5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5416

Black with #7D5416

Text Example


Text Example

White with #7D5416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,22); }

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

background-color css

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

 a { background-color: rgb(125,84,22); }

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

border-color css

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

 span { border-color: rgb(125,84,22); }

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