Html Css Color HEX #76410D Raw Umber

📋 copy color: '#76410D'

red 118 ◦ green 65 ◦ blue 13

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

Shades of Raw Umber #76410D

Tints of Raw Umber #76410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.16%

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

R = 60.2%
G = 33.16%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76410D (or 0x76410D) is known color: Raw Umber. HEX triplet: 76, 41 and 0D. RGB value is (118,65,13). Sum of RGB (Red+Green+Blue) = 118+65+13=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #76410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76410D is #89BEF2. Grayscale: #4B4B4B. Windows color (decimal): -9027315 or 868726. OLE color: 868726.

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

Color convert

RGB 118 65 13 -
CMYK 0 0.45 0.89 0.54
HSL 29.71º 0.8% 0.26% -
HSV(B) 29.71º 0.89% 0.46% -
XYZ 9.43 7.66 1.36 -
YUV 74.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 118 65 13 0 0.45 0.89 0.54 29.71 0.8 0.26
Hex 76 41 D 0 2D 59 36 1E 50 1A
Octal 166 101 15 0 55 131 66 36 120 32
Binary 1110110 1000001 1101 0 101101 1011001 110110 11110 1010000 11010

Color Harmonies of #76410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76410D

Black with #76410D

Text Example


Text Example

White with #76410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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