Html Css Color HEX #773801 Raw Umber

📋 copy color: '#773801'

red 119 ◦ green 56 ◦ blue 1

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

Shades of Raw Umber #773801

Tints of Raw Umber #773801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.82%

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 67.61%
G = 31.82%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773801 (or 0x773801) is known color: Raw Umber. HEX triplet: 77, 38 and 01. RGB value is (119,56,1). Sum of RGB (Red+Green+Blue) = 119+56+1=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #773801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773801 is #88C7FE. Grayscale: #444444. Windows color (decimal): -8964095 or 79991. OLE color: 79991.

HSL color Cylindrical-coordinate representation of color #773801: hue angle of 27.97º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #773801 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 56 1 -
CMYK 0 0.53 0.99 0.53
HSL 27.97º 0.98% 0.24% -
HSV(B) 27.97º 0.99% 0.47% -
XYZ 9.03 6.75 0.86 -
YUV 68.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 119 56 1 0 0.53 0.99 0.53 27.97 0.98 0.24
Hex 77 38 1 0 35 63 35 1C 62 18
Octal 167 70 1 0 65 143 65 34 142 30
Binary 1110111 111000 1 0 110101 1100011 110101 11100 1100010 11000

Color Harmonies of #773801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773801

Black with #773801

Text Example


Text Example

White with #773801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773801; }

 p { color: rgb(119,56,1); }

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

background-color css

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

 a { background-color: rgb(119,56,1); }

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

border-color css

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

 span { border-color: rgb(119,56,1); }

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