Html Css Color HEX #773900 Raw Umber

📋 copy color: '#773900'

red 119 ◦ green 57 ◦ blue 0

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

Shades of Raw Umber #773900

Tints of Raw Umber #773900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.61%
G = 32.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773900 (or 0x773900) is known color: Raw Umber. HEX triplet: 77, 39 and 00. RGB value is (119,57,0). Sum of RGB (Red+Green+Blue) = 119+57+0=176 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.61% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 119 - color contains mainly: red. Hex color #773900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773900 is #88C6FF. Grayscale: #454545. Windows color (decimal): -8963840 or 14711. OLE color: 14711.

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

Color convert

RGB 119 57 0 -
CMYK 0 0.52 1 0.53
HSL 28.74º 1% 0.23% -
HSV(B) 28.74º 1% 0.47% -
XYZ 9.07 6.85 0.84 -
YUV 69.04 89.04 163.63 -
System Red Green Blue C M Y K H S L
Decimal 119 57 0 0 0.52 1 0.53 28.74 1 0.23
Hex 77 39 0 0 34 64 35 1D 64 17
Octal 167 71 0 0 64 144 65 35 144 27
Binary 1110111 111001 0 0 110100 1100100 110101 11101 1100100 10111

Color Harmonies of #773900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773900

Black with #773900

Text Example


Text Example

White with #773900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773900; }

 p { color: rgb(119,57,0); }

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

background-color css

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

 a { background-color: rgb(119,57,0); }

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

border-color css

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

 span { border-color: rgb(119,57,0); }

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