Html Css Color HEX #773F10 Raw Umber

📋 copy color: '#773F10'

red 119 ◦ green 63 ◦ blue 16

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

Shades of Raw Umber #773F10

Tints of Raw Umber #773F10

RGB

 RED value IS 119 (46.88% from 255) = 60.1%

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

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

R = 60.1%
G = 31.82%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#773F10 (or 0x773F10) is known color: Raw Umber. HEX triplet: 77, 3F and 10. RGB value is (119,63,16). Sum of RGB (Red+Green+Blue) = 119+63+16=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #773F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F10 is #88C0EF. Grayscale: #4A4A4A. Windows color (decimal): -8962288 or 1064823. OLE color: 1064823.

HSL color Cylindrical-coordinate representation of color #773F10: hue angle of 27.38º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773F10 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 63 16 -
CMYK 0 0.47 0.87 0.53
HSL 27.38º 0.76% 0.26% -
HSV(B) 27.38º 0.87% 0.47% -
XYZ 9.48 7.51 1.44 -
YUV 74.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 119 63 16 0 0.47 0.87 0.53 27.38 0.76 0.26
Hex 77 3F 10 0 2F 57 35 1B 4C 1A
Octal 167 77 20 0 57 127 65 33 114 32
Binary 1110111 111111 10000 0 101111 1010111 110101 11011 1001100 11010

Color Harmonies of #773F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F10

Black with #773F10

Text Example


Text Example

White with #773F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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