Html Css Color HEX #773B00 Raw Umber

📋 copy color: '#773B00'

red 119 ◦ green 59 ◦ blue 0

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

Shades of Raw Umber #773B00

Tints of Raw Umber #773B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 66.85%
G = 33.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773B00 (or 0x773B00) is known color: Raw Umber. HEX triplet: 77, 3B and 00. RGB value is (119,59,0). Sum of RGB (Red+Green+Blue) = 119+59+0=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #773B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B00 is #88C4FF. Grayscale: #464646. Windows color (decimal): -8963328 or 15223. OLE color: 15223.

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

Color convert

RGB 119 59 0 -
CMYK 0 0.50 1 0.53
HSL 29.75º 1% 0.23% -
HSV(B) 29.75º 1% 0.47% -
XYZ 9.17 7.05 0.88 -
YUV 70.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 119 59 0 0 0.50 1 0.53 29.75 1 0.23
Hex 77 3B 0 0 32 64 35 1E 64 17
Octal 167 73 0 0 62 144 65 36 144 27
Binary 1110111 111011 0 0 110010 1100100 110101 11110 1100100 10111

Color Harmonies of #773B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773B00

Black with #773B00

Text Example


Text Example

White with #773B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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