Html Css Color HEX #763F10 Raw Umber

📋 copy color: '#763F10'

red 118 ◦ green 63 ◦ blue 16

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

Shades of Raw Umber #763F10

Tints of Raw Umber #763F10

RGB

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

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

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

R = 59.9%
G = 31.98%
B = 8.12%

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

#763F10 (or 0x763F10) is known color: Raw Umber. HEX triplet: 76, 3F and 10. RGB value is (118,63,16). Sum of RGB (Red+Green+Blue) = 118+63+16=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #763F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F10 is #89C0EF. Grayscale: #4A4A4A. Windows color (decimal): -9027824 or 1064822. OLE color: 1064822.

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

Color convert

RGB 118 63 16 -
CMYK 0 0.47 0.86 0.54
HSL 27.65º 0.76% 0.26% -
HSV(B) 27.65º 0.86% 0.46% -
XYZ 9.34 7.44 1.43 -
YUV 74.09 95.22 159.32 -
System Red Green Blue C M Y K H S L
Decimal 118 63 16 0 0.47 0.86 0.54 27.65 0.76 0.26
Hex 76 3F 10 0 2F 56 36 1C 4C 1A
Octal 166 77 20 0 57 126 66 34 114 32
Binary 1110110 111111 10000 0 101111 1010110 110110 11100 1001100 11010

Color Harmonies of #763F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F10

Black with #763F10

Text Example


Text Example

White with #763F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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