Html Css Color HEX #773C01 Raw Umber

📋 copy color: '#773C01'

red 119 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #773C01

Tints of Raw Umber #773C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

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

R = 66.11%
G = 33.33%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773C01 (or 0x773C01) is known color: Raw Umber. HEX triplet: 77, 3C and 01. RGB value is (119,60,1). Sum of RGB (Red+Green+Blue) = 119+60+1=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #773C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C01 is #88C3FE. Grayscale: #474747. Windows color (decimal): -8963071 or 81015. OLE color: 81015.

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

Color convert

RGB 119 60 1 -
CMYK 0 0.50 0.99 0.53
HSL 30º 0.98% 0.24% -
HSV(B) 30º 0.99% 0.47% -
XYZ 9.23 7.16 0.92 -
YUV 70.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 119 60 1 0 0.50 0.99 0.53 30 0.98 0.24
Hex 77 3C 1 0 32 63 35 1E 62 18
Octal 167 74 1 0 62 143 65 36 142 30
Binary 1110111 111100 1 0 110010 1100011 110101 11110 1100010 11000

Color Harmonies of #773C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773C01

Black with #773C01

Text Example


Text Example

White with #773C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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