Html Css Color HEX #763E0A Raw Umber

📋 copy color: '#763E0A'

red 118 ◦ green 62 ◦ blue 10

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

Shades of Raw Umber #763E0A

Tints of Raw Umber #763E0A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.63%

 BLUE value IS 10 (4.3% from 255) = 5.26%

R = 62.11%
G = 32.63%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#763E0A (or 0x763E0A) is known color: Raw Umber. HEX triplet: 76, 3E and 0A. RGB value is (118,62,10). Sum of RGB (Red+Green+Blue) = 118+62+10=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #763E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E0A is #89C1F5. Grayscale: #494949. Windows color (decimal): -9028086 or 671350. OLE color: 671350.

HSL color Cylindrical-coordinate representation of color #763E0A: hue angle of 28.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #763E0A is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 62 10 -
CMYK 0 0.47 0.92 0.54
HSL 28.89º 0.84% 0.25% -
HSV(B) 28.89º 0.92% 0.46% -
XYZ 9.25 7.32 1.21 -
YUV 72.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 118 62 10 0 0.47 0.92 0.54 28.89 0.84 0.25
Hex 76 3E A 0 2F 5C 36 1D 54 19
Octal 166 76 12 0 57 134 66 35 124 31
Binary 1110110 111110 1010 0 101111 1011100 110110 11101 1010100 11001

Color Harmonies of #763E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E0A

Black with #763E0A

Text Example


Text Example

White with #763E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763E0A; }

 p { color: rgb(118,62,10); }

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

background-color css

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

 a { background-color: rgb(118,62,10); }

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

border-color css

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

 span { border-color: rgb(118,62,10); }

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