Html Css Color HEX #773500 Raw Umber

📋 copy color: '#773500'

red 119 ◦ green 53 ◦ blue 0

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

Shades of Raw Umber #773500

Tints of Raw Umber #773500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.81%

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

R = 69.19%
G = 30.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#773500 (or 0x773500) is known color: Raw Umber. HEX triplet: 77, 35 and 00. RGB value is (119,53,0). Sum of RGB (Red+Green+Blue) = 119+53+0=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #773500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773500 is #88CAFF. Grayscale: #424242. Windows color (decimal): -8964864 or 13687. OLE color: 13687.

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

Color convert

RGB 119 53 0 -
CMYK 0 0.55 1 0.53
HSL 26.72º 1% 0.23% -
HSV(B) 26.72º 1% 0.47% -
XYZ 8.88 6.47 0.78 -
YUV 66.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 119 53 0 0 0.55 1 0.53 26.72 1 0.23
Hex 77 35 0 0 37 64 35 1B 64 17
Octal 167 65 0 0 67 144 65 33 144 27
Binary 1110111 110101 0 0 110111 1100100 110101 11011 1100100 10111

Color Harmonies of #773500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773500

Black with #773500

Text Example


Text Example

White with #773500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773500; }

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

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

background-color css

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

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

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

border-color css

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

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

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