Html Css Color HEX #76490B Raw Umber

📋 copy color: '#76490B'

red 118 ◦ green 73 ◦ blue 11

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

Shades of Raw Umber #76490B

Tints of Raw Umber #76490B

RGB

 RED value IS 118 (46.48% from 255) = 58.42%

 GREEN value IS 73 (28.91% from 255) = 36.14%

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

R = 58.42%
G = 36.14%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76490B (or 0x76490B) is known color: Raw Umber. HEX triplet: 76, 49 and 0B. RGB value is (118,73,11). Sum of RGB (Red+Green+Blue) = 118+73+11=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76490B is #89B6F4. Grayscale: #4F4F4F. Windows color (decimal): -9025269 or 739702. OLE color: 739702.

HSL color Cylindrical-coordinate representation of color #76490B: hue angle of 34.77º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76490B is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 11 -
CMYK 0 0.38 0.91 0.54
HSL 34.77º 0.83% 0.25% -
HSV(B) 34.77º 0.91% 0.46% -
XYZ 9.91 8.64 1.46 -
YUV 79.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 118 73 11 0 0.38 0.91 0.54 34.77 0.83 0.25
Hex 76 49 B 0 26 5B 36 23 53 19
Octal 166 111 13 0 46 133 66 43 123 31
Binary 1110110 1001001 1011 0 100110 1011011 110110 100011 1010011 11001

Color Harmonies of #76490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76490B

Black with #76490B

Text Example


Text Example

White with #76490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76490B; }

 p { color: rgb(118,73,11); }

 H1.HeaderClassName
 {
   color: #76490B;
 }
 .AnyTagClassName
 {
   color: #76490B;
 }
</style>

background-color css

<style>
 a { background-color: #76490B; }

 a { background-color: rgb(118,73,11); }

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

border-color css

<style>
 span { border-color: #76490B; }

 span { border-color: rgb(118,73,11); }

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