Html Css Color HEX #763F11 Raw Umber

📋 copy color: '#763F11'

red 118 ◦ green 63 ◦ blue 17

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

Shades of Raw Umber #763F11

Tints of Raw Umber #763F11

RGB

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

 GREEN value IS 63 (25% from 255) = 31.82%

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 59.6%
G = 31.82%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#763F11 (or 0x763F11) is known color: Raw Umber. HEX triplet: 76, 3F and 11. RGB value is (118,63,17). Sum of RGB (Red+Green+Blue) = 118+63+17=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #763F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F11 is #89C0EE. Grayscale: #4A4A4A. Windows color (decimal): -9027823 or 1130358. OLE color: 1130358.

HSL color Cylindrical-coordinate representation of color #763F11: hue angle of 27.33º degrees, saturation: 0.75, 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 #763F11 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 17 -
CMYK 0 0.47 0.86 0.54
HSL 27.33º 0.75% 0.26% -
HSV(B) 27.33º 0.86% 0.46% -
XYZ 9.35 7.45 1.47 -
YUV 74.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 118 63 17 0 0.47 0.86 0.54 27.33 0.75 0.26
Hex 76 3F 11 0 2F 56 36 1B 4B 1A
Octal 166 77 21 0 57 126 66 33 113 32
Binary 1110110 111111 10001 0 101111 1010110 110110 11011 1001011 11010

Color Harmonies of #763F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F11

Black with #763F11

Text Example


Text Example

White with #763F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,63,17); }

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

background-color css

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

 a { background-color: rgb(118,63,17); }

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

border-color css

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

 span { border-color: rgb(118,63,17); }

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