Html Css Color HEX #775201 Raw Umber

📋 copy color: '#775201'

red 119 ◦ green 82 ◦ blue 1

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

Shades of Raw Umber #775201

Tints of Raw Umber #775201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.59%

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

R = 58.91%
G = 40.59%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#775201 (or 0x775201) is known color: Raw Umber. HEX triplet: 77, 52 and 01. RGB value is (119,82,1). Sum of RGB (Red+Green+Blue) = 119+82+1=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #775201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775201 is #88ADFE. Grayscale: #545454. Windows color (decimal): -8957439 or 86647. OLE color: 86647.

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

Color convert

RGB 119 82 1 -
CMYK 0 0.31 0.99 0.53
HSL 41.19º 0.98% 0.24% -
HSV(B) 41.19º 0.99% 0.47% -
XYZ 10.63 9.96 1.39 -
YUV 83.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 119 82 1 0 0.31 0.99 0.53 41.19 0.98 0.24
Hex 77 52 1 0 1F 63 35 29 62 18
Octal 167 122 1 0 37 143 65 51 142 30
Binary 1110111 1010010 1 0 11111 1100011 110101 101001 1100010 11000

Color Harmonies of #775201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775201

Black with #775201

Text Example


Text Example

White with #775201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775201; }

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

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

background-color css

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

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

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

border-color css

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

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

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