Html Css Color HEX #7D5501 Raw Umber

📋 copy color: '#7D5501'

red 125 ◦ green 85 ◦ blue 1

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

Shades of Raw Umber #7D5501

Tints of Raw Umber #7D5501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 59.24%
G = 40.28%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7D5501 (or 0x7D5501) is known color: Raw Umber. HEX triplet: 7D, 55 and 01. RGB value is (125,85,1). Sum of RGB (Red+Green+Blue) = 125+85+1=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5501 is #82AAFE. Grayscale: #575757. Windows color (decimal): -8563455 or 87421. OLE color: 87421.

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

Color convert

RGB 125 85 1 -
CMYK 0 0.32 0.99 0.51
HSL 40.65º 0.98% 0.25% -
HSV(B) 40.65º 0.99% 0.49% -
XYZ 11.71 10.86 1.51 -
YUV 87.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 125 85 1 0 0.32 0.99 0.51 40.65 0.98 0.25
Hex 7D 55 1 0 20 63 33 29 62 19
Octal 175 125 1 0 40 143 63 51 142 31
Binary 1111101 1010101 1 0 100000 1100011 110011 101001 1100010 11001

Color Harmonies of #7D5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5501

Black with #7D5501

Text Example


Text Example

White with #7D5501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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