Html Css Color HEX #773200 Raw Umber

📋 copy color: '#773200'

red 119 ◦ green 50 ◦ blue 0

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

Shades of Raw Umber #773200

Tints of Raw Umber #773200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

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

R = 70.41%
G = 29.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773200 (or 0x773200) is known color: Raw Umber. HEX triplet: 77, 32 and 00. RGB value is (119,50,0). Sum of RGB (Red+Green+Blue) = 119+50+0=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #773200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773200 is #88CDFF. Grayscale: #414141. Windows color (decimal): -8965632 or 12919. OLE color: 12919.

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

Color convert

RGB 119 50 0 -
CMYK 0 0.58 1 0.53
HSL 25.21º 1% 0.23% -
HSV(B) 25.21º 1% 0.47% -
XYZ 8.75 6.2 0.74 -
YUV 64.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 119 50 0 0 0.58 1 0.53 25.21 1 0.23
Hex 77 32 0 0 3A 64 35 19 64 17
Octal 167 62 0 0 72 144 65 31 144 27
Binary 1110111 110010 0 0 111010 1100100 110101 11001 1100100 10111

Color Harmonies of #773200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773200

Black with #773200

Text Example


Text Example

White with #773200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773200; }

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

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

background-color css

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

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

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

border-color css

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

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

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