Html Css Color HEX #765410 Raw Umber

📋 copy color: '#765410'

red 118 ◦ green 84 ◦ blue 16

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

Shades of Raw Umber #765410

Tints of Raw Umber #765410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 54.13%
G = 38.53%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#765410 (or 0x765410) is known color: Raw Umber. HEX triplet: 76, 54 and 10. RGB value is (118,84,16). Sum of RGB (Red+Green+Blue) = 118+84+16=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #765410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765410 is #89ABEF. Grayscale: #565656. Windows color (decimal): -9022448 or 1070198. OLE color: 1070198.

HSL color Cylindrical-coordinate representation of color #765410: hue angle of 40º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765410 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 16 -
CMYK 0 0.29 0.86 0.54
HSL 40º 0.76% 0.26% -
HSV(B) 40º 0.86% 0.46% -
XYZ 10.74 10.23 1.9 -
YUV 86.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 118 84 16 0 0.29 0.86 0.54 40 0.76 0.26
Hex 76 54 10 0 1D 56 36 28 4C 1A
Octal 166 124 20 0 35 126 66 50 114 32
Binary 1110110 1010100 10000 0 11101 1010110 110110 101000 1001100 11010

Color Harmonies of #765410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765410

Black with #765410

Text Example


Text Example

White with #765410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765410; }

 p { color: rgb(118,84,16); }

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

background-color css

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

 a { background-color: rgb(118,84,16); }

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

border-color css

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

 span { border-color: rgb(118,84,16); }

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