Html Css Color HEX #7D5010 Raw Umber

📋 copy color: '#7D5010'

red 125 ◦ green 80 ◦ blue 16

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

Shades of Raw Umber #7D5010

Tints of Raw Umber #7D5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 56.56%
G = 36.2%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7D5010 (or 0x7D5010) is known color: Raw Umber. HEX triplet: 7D, 50 and 10. RGB value is (125,80,16). Sum of RGB (Red+Green+Blue) = 125+80+16=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5010 is #82AFEF. Grayscale: #565656. Windows color (decimal): -8564720 or 1069181. OLE color: 1069181.

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

Color convert

RGB 125 80 16 -
CMYK 0 0.36 0.87 0.51
HSL 35.23º 0.77% 0.28% -
HSV(B) 35.23º 0.87% 0.49% -
XYZ 11.42 10.13 1.84 -
YUV 86.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 125 80 16 0 0.36 0.87 0.51 35.23 0.77 0.28
Hex 7D 50 10 0 24 57 33 23 4D 1C
Octal 175 120 20 0 44 127 63 43 115 34
Binary 1111101 1010000 10000 0 100100 1010111 110011 100011 1001101 11100

Color Harmonies of #7D5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5010

Black with #7D5010

Text Example


Text Example

White with #7D5010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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