Html Css Color HEX #7D501A Raw Umber

📋 copy color: '#7D501A'

red 125 ◦ green 80 ◦ blue 26

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

Shades of Raw Umber #7D501A

Tints of Raw Umber #7D501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 54.11%
G = 34.63%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7D501A (or 0x7D501A) is known color: Raw Umber. HEX triplet: 7D, 50 and 1A. RGB value is (125,80,26). Sum of RGB (Red+Green+Blue) = 125+80+26=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D501A is #82AFE5. Grayscale: #575757. Windows color (decimal): -8564710 or 1724541. OLE color: 1724541.

HSL color Cylindrical-coordinate representation of color #7D501A: hue angle of 32.73º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D501A is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 80 26 -
CMYK 0 0.36 0.79 0.51
HSL 32.73º 0.66% 0.3% -
HSV(B) 32.73º 0.79% 0.49% -
XYZ 11.51 10.17 2.33 -
YUV 87.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 125 80 26 0 0.36 0.79 0.51 32.73 0.66 0.3
Hex 7D 50 1A 0 24 4F 33 21 42 1E
Octal 175 120 32 0 44 117 63 41 102 36
Binary 1111101 1010000 11010 0 100100 1001111 110011 100001 1000010 11110

Color Harmonies of #7D501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D501A

Black with #7D501A

Text Example


Text Example

White with #7D501A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,26); }

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

background-color css

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

 a { background-color: rgb(125,80,26); }

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

border-color css

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

 span { border-color: rgb(125,80,26); }

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