Html Css Color HEX #7D4900 Raw Umber

📋 copy color: '#7D4900'

red 125 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #7D4900

Tints of Raw Umber #7D4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.13%
G = 36.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#7D4900 (or 0x7D4900) is known color: Raw Umber. HEX triplet: 7D, 49 and 00. RGB value is (125,73,0). Sum of RGB (Red+Green+Blue) = 125+73+0=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4900 is #82B6FF. Grayscale: #505050. Windows color (decimal): -8566528 or 18813. OLE color: 18813.

HSL color Cylindrical-coordinate representation of color #7D4900: hue angle of 35.04º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7D4900 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 73 0 -
CMYK 0 0.42 1 0.51
HSL 35.04º 1% 0.25% -
HSV(B) 35.04º 1% 0.49% -
XYZ 10.84 9.13 1.19 -
YUV 80.23 82.73 159.94 -
System Red Green Blue C M Y K H S L
Decimal 125 73 0 0 0.42 1 0.51 35.04 1 0.25
Hex 7D 49 0 0 2A 64 33 23 64 19
Octal 175 111 0 0 52 144 63 43 144 31
Binary 1111101 1001001 0 0 101010 1100100 110011 100011 1100100 11001

Color Harmonies of #7D4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4900

Black with #7D4900

Text Example


Text Example

White with #7D4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,73,0); }

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

background-color css

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

 a { background-color: rgb(125,73,0); }

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

border-color css

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

 span { border-color: rgb(125,73,0); }

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