Html Css Color HEX #775300 Raw Umber

📋 copy color: '#775300'

red 119 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #775300

Tints of Raw Umber #775300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.91%
G = 41.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#775300 (or 0x775300) is known color: Raw Umber. HEX triplet: 77, 53 and 00. RGB value is (119,83,0). Sum of RGB (Red+Green+Blue) = 119+83+0=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #775300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775300 is #88ACFF. Grayscale: #545454. Windows color (decimal): -8957184 or 21367. OLE color: 21367.

HSL color Cylindrical-coordinate representation of color #775300: hue angle of 41.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #775300 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 0 -
CMYK 0 0.30 1 0.53
HSL 41.85º 1% 0.23% -
HSV(B) 41.85º 1% 0.47% -
XYZ 10.7 10.11 1.39 -
YUV 84.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 119 83 0 0 0.30 1 0.53 41.85 1 0.23
Hex 77 53 0 0 1E 64 35 2A 64 17
Octal 167 123 0 0 36 144 65 52 144 27
Binary 1110111 1010011 0 0 11110 1100100 110101 101010 1100100 10111

Color Harmonies of #775300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775300

Black with #775300

Text Example


Text Example

White with #775300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775300; }

 p { color: rgb(119,83,0); }

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

background-color css

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

 a { background-color: rgb(119,83,0); }

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

border-color css

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

 span { border-color: rgb(119,83,0); }

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