Html Css Color HEX #773F01 Raw Umber

📋 copy color: '#773F01'

red 119 ◦ green 63 ◦ blue 1

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

Shades of Raw Umber #773F01

Tints of Raw Umber #773F01

RGB

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

 GREEN value IS 63 (25% from 255) = 34.43%

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

R = 65.03%
G = 34.43%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#773F01 (or 0x773F01) is known color: Raw Umber. HEX triplet: 77, 3F and 01. RGB value is (119,63,1). Sum of RGB (Red+Green+Blue) = 119+63+1=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #773F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773F01 is #88C0FE. Grayscale: #484848. Windows color (decimal): -8962303 or 81783. OLE color: 81783.

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

Color convert

RGB 119 63 1 -
CMYK 0 0.47 0.99 0.53
HSL 31.53º 0.98% 0.24% -
HSV(B) 31.53º 0.99% 0.47% -
XYZ 9.39 7.48 0.98 -
YUV 72.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 119 63 1 0 0.47 0.99 0.53 31.53 0.98 0.24
Hex 77 3F 1 0 2F 63 35 20 62 18
Octal 167 77 1 0 57 143 65 40 142 30
Binary 1110111 111111 1 0 101111 1100011 110101 100000 1100010 11000

Color Harmonies of #773F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773F01

Black with #773F01

Text Example


Text Example

White with #773F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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