Html Css Color HEX #76520D Raw Umber

📋 copy color: '#76520D'

red 118 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #76520D

Tints of Raw Umber #76520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

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

R = 55.4%
G = 38.5%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76520D (or 0x76520D) is known color: Raw Umber. HEX triplet: 76, 52 and 0D. RGB value is (118,82,13). Sum of RGB (Red+Green+Blue) = 118+82+13=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76520D is #89ADF2. Grayscale: #555555. Windows color (decimal): -9022963 or 873078. OLE color: 873078.

HSL color Cylindrical-coordinate representation of color #76520D: hue angle of 39.43º 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 #76520D is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 13 -
CMYK 0 0.31 0.89 0.54
HSL 39.43º 0.8% 0.26% -
HSV(B) 39.43º 0.89% 0.46% -
XYZ 10.56 9.92 1.74 -
YUV 84.9 87.43 151.61 -
System Red Green Blue C M Y K H S L
Decimal 118 82 13 0 0.31 0.89 0.54 39.43 0.8 0.26
Hex 76 52 D 0 1F 59 36 27 50 1A
Octal 166 122 15 0 37 131 66 47 120 32
Binary 1110110 1010010 1101 0 11111 1011001 110110 100111 1010000 11010

Color Harmonies of #76520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76520D

Black with #76520D

Text Example


Text Example

White with #76520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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