Html Css Color HEX #773301 Raw Umber

📋 copy color: '#773301'

red 119 ◦ green 51 ◦ blue 1

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

Shades of Raw Umber #773301

Tints of Raw Umber #773301

RGB

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

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

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

R = 69.59%
G = 29.82%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773301 (or 0x773301) is known color: Raw Umber. HEX triplet: 77, 33 and 01. RGB value is (119,51,1). Sum of RGB (Red+Green+Blue) = 119+51+1=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #773301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773301 is #88CCFE. Grayscale: #414141. Windows color (decimal): -8965375 or 78711. OLE color: 78711.

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

Color convert

RGB 119 51 1 -
CMYK 0 0.57 0.99 0.53
HSL 25.42º 0.98% 0.24% -
HSV(B) 25.42º 0.99% 0.47% -
XYZ 8.8 6.29 0.78 -
YUV 65.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 119 51 1 0 0.57 0.99 0.53 25.42 0.98 0.24
Hex 77 33 1 0 39 63 35 19 62 18
Octal 167 63 1 0 71 143 65 31 142 30
Binary 1110111 110011 1 0 111001 1100011 110101 11001 1100010 11000

Color Harmonies of #773301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773301

Black with #773301

Text Example


Text Example

White with #773301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773301; }

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

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

background-color css

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

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

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

border-color css

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

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

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