Html Css Color HEX #7D500B Raw Umber

📋 copy color: '#7D500B'

red 125 ◦ green 80 ◦ blue 11

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

Shades of Raw Umber #7D500B

Tints of Raw Umber #7D500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 57.87%
G = 37.04%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7D500B (or 0x7D500B) is known color: Raw Umber. HEX triplet: 7D, 50 and 0B. RGB value is (125,80,11). Sum of RGB (Red+Green+Blue) = 125+80+11=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D500B is #82AFF4. Grayscale: #555555. Windows color (decimal): -8564725 or 741501. OLE color: 741501.

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

Color convert

RGB 125 80 11 -
CMYK 0 0.36 0.91 0.51
HSL 36.32º 0.84% 0.27% -
HSV(B) 36.32º 0.91% 0.49% -
XYZ 11.39 10.12 1.67 -
YUV 85.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 125 80 11 0 0.36 0.91 0.51 36.32 0.84 0.27
Hex 7D 50 B 0 24 5B 33 24 54 1B
Octal 175 120 13 0 44 133 63 44 124 33
Binary 1111101 1010000 1011 0 100100 1011011 110011 100100 1010100 11011

Color Harmonies of #7D500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D500B

Black with #7D500B

Text Example


Text Example

White with #7D500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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