Html Css Color HEX #773400 Raw Umber

📋 copy color: '#773400'

red 119 ◦ green 52 ◦ blue 0

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

Shades of Raw Umber #773400

Tints of Raw Umber #773400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

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

R = 69.59%
G = 30.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773400 (or 0x773400) is known color: Raw Umber. HEX triplet: 77, 34 and 00. RGB value is (119,52,0). Sum of RGB (Red+Green+Blue) = 119+52+0=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #773400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773400 is #88CBFF. Grayscale: #424242. Windows color (decimal): -8965120 or 13431. OLE color: 13431.

HSL color Cylindrical-coordinate representation of color #773400: hue angle of 26.22º 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 #773400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 52 0 -
CMYK 0 0.56 1 0.53
HSL 26.22º 1% 0.23% -
HSV(B) 26.22º 1% 0.47% -
XYZ 8.84 6.38 0.77 -
YUV 66.11 90.7 165.73 -
System Red Green Blue C M Y K H S L
Decimal 119 52 0 0 0.56 1 0.53 26.22 1 0.23
Hex 77 34 0 0 38 64 35 1A 64 17
Octal 167 64 0 0 70 144 65 32 144 27
Binary 1110111 110100 0 0 111000 1100100 110101 11010 1100100 10111

Color Harmonies of #773400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773400

Black with #773400

Text Example


Text Example

White with #773400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773400; }

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

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

background-color css

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

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

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

border-color css

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

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

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