Html Css Color HEX #773300 Raw Umber

📋 copy color: '#773300'

red 119 ◦ green 51 ◦ blue 0

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

Shades of Raw Umber #773300

Tints of Raw Umber #773300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

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

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773300 (or 0x773300) is known color: Raw Umber. HEX triplet: 77, 33 and 00. RGB value is (119,51,0). Sum of RGB (Red+Green+Blue) = 119+51+0=170 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 119 - color contains mainly: red. Hex color #773300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773300 is #88CCFF. Grayscale: #414141. Windows color (decimal): -8965376 or 13175. OLE color: 13175.

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

Color convert

RGB 119 51 0 -
CMYK 0 0.57 1 0.53
HSL 25.71º 1% 0.23% -
HSV(B) 25.71º 1% 0.47% -
XYZ 8.79 6.29 0.75 -
YUV 65.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 119 51 0 0 0.57 1 0.53 25.71 1 0.23
Hex 77 33 0 0 39 64 35 1A 64 17
Octal 167 63 0 0 71 144 65 32 144 27
Binary 1110111 110011 0 0 111001 1100100 110101 11010 1100100 10111

Color Harmonies of #773300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773300

Black with #773300

Text Example


Text Example

White with #773300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773300; }

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

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

background-color css

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

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

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

border-color css

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

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

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