Html Css Color HEX #7E5510 Raw Umber

📋 copy color: '#7E5510'

red 126 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #7E5510

Tints of Raw Umber #7E5510

RGB

 RED value IS 126 (49.61% from 255) = 55.51%

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

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

R = 55.51%
G = 37.44%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#7E5510 (or 0x7E5510) is known color: Raw Umber. HEX triplet: 7E, 55 and 10. RGB value is (126,85,16). Sum of RGB (Red+Green+Blue) = 126+85+16=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E5510 is #81AAEF. Grayscale: #595959. Windows color (decimal): -8497904 or 1070462. OLE color: 1070462.

HSL color Cylindrical-coordinate representation of color #7E5510: hue angle of 37.64º 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 #7E5510 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 85 16 -
CMYK 0 0.33 0.87 0.51
HSL 37.64º 0.77% 0.28% -
HSV(B) 37.64º 0.87% 0.49% -
XYZ 11.95 10.97 1.98 -
YUV 89.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 126 85 16 0 0.33 0.87 0.51 37.64 0.77 0.28
Hex 7E 55 10 0 21 57 33 26 4D 1C
Octal 176 125 20 0 41 127 63 46 115 34
Binary 1111110 1010101 10000 0 100001 1010111 110011 100110 1001101 11100

Color Harmonies of #7E5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5510

Black with #7E5510

Text Example


Text Example

White with #7E5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,85,16); }

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

background-color css

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

 a { background-color: rgb(126,85,16); }

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

border-color css

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

 span { border-color: rgb(126,85,16); }

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