Html Css Color HEX #76480D Raw Umber

📋 copy color: '#76480D'

red 118 ◦ green 72 ◦ blue 13

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

Shades of Raw Umber #76480D

Tints of Raw Umber #76480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.47%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 58.13%
G = 35.47%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76480D (or 0x76480D) is known color: Raw Umber. HEX triplet: 76, 48 and 0D. RGB value is (118,72,13). Sum of RGB (Red+Green+Blue) = 118+72+13=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 72 (28.52% from 255 or 35.47% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76480D is #89B7F2. Grayscale: #4F4F4F. Windows color (decimal): -9025523 or 870518. OLE color: 870518.

HSL color Cylindrical-coordinate representation of color #76480D: hue angle of 33.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76480D is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 13 -
CMYK 0 0.39 0.89 0.54
HSL 33.71º 0.8% 0.26% -
HSV(B) 33.71º 0.89% 0.46% -
XYZ 9.86 8.52 1.5 -
YUV 79.03 90.74 155.8 -
System Red Green Blue C M Y K H S L
Decimal 118 72 13 0 0.39 0.89 0.54 33.71 0.8 0.26
Hex 76 48 D 0 27 59 36 22 50 1A
Octal 166 110 15 0 47 131 66 42 120 32
Binary 1110110 1001000 1101 0 100111 1011001 110110 100010 1010000 11010

Color Harmonies of #76480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76480D

Black with #76480D

Text Example


Text Example

White with #76480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76480D; }

 p { color: rgb(118,72,13); }

 H1.HeaderClassName
 {
   color: #76480D;
 }
 .AnyTagClassName
 {
   color: #76480D;
 }
</style>

background-color css

<style>
 a { background-color: #76480D; }

 a { background-color: rgb(118,72,13); }

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

border-color css

<style>
 span { border-color: #76480D; }

 span { border-color: rgb(118,72,13); }

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