Html Css Color HEX #773D01 Raw Umber

📋 copy color: '#773D01'

red 119 ◦ green 61 ◦ blue 1

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

Shades of Raw Umber #773D01

Tints of Raw Umber #773D01

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.7%

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

R = 65.75%
G = 33.7%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773D01 (or 0x773D01) is known color: Raw Umber. HEX triplet: 77, 3D and 01. RGB value is (119,61,1). Sum of RGB (Red+Green+Blue) = 119+61+1=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #773D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773D01 is #88C2FE. Grayscale: #474747. Windows color (decimal): -8962815 or 81271. OLE color: 81271.

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

Color convert

RGB 119 61 1 -
CMYK 0 0.49 0.99 0.53
HSL 30.51º 0.98% 0.24% -
HSV(B) 30.51º 0.99% 0.47% -
XYZ 9.28 7.26 0.94 -
YUV 71.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 119 61 1 0 0.49 0.99 0.53 30.51 0.98 0.24
Hex 77 3D 1 0 31 63 35 1F 62 18
Octal 167 75 1 0 61 143 65 37 142 30
Binary 1110111 111101 1 0 110001 1100011 110101 11111 1100010 11000

Color Harmonies of #773D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773D01

Black with #773D01

Text Example


Text Example

White with #773D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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