Html Css Color HEX #773501 Raw Umber

📋 copy color: '#773501'

red 119 ◦ green 53 ◦ blue 1

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

Shades of Raw Umber #773501

Tints of Raw Umber #773501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 68.79%
G = 30.64%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773501 (or 0x773501) is known color: Raw Umber. HEX triplet: 77, 35 and 01. RGB value is (119,53,1). Sum of RGB (Red+Green+Blue) = 119+53+1=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #773501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773501 is #88CAFE. Grayscale: #434343. Windows color (decimal): -8964863 or 79223. OLE color: 79223.

HSL color Cylindrical-coordinate representation of color #773501: hue angle of 26.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #773501 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 53 1 -
CMYK 0 0.55 0.99 0.53
HSL 26.44º 0.98% 0.24% -
HSV(B) 26.44º 0.99% 0.47% -
XYZ 8.89 6.47 0.81 -
YUV 66.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 119 53 1 0 0.55 0.99 0.53 26.44 0.98 0.24
Hex 77 35 1 0 37 63 35 1A 62 18
Octal 167 65 1 0 67 143 65 32 142 30
Binary 1110111 110101 1 0 110111 1100011 110101 11010 1100010 11000

Color Harmonies of #773501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773501

Black with #773501

Text Example


Text Example

White with #773501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773501; }

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

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

background-color css

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

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

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

border-color css

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

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

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