Html Css Color HEX #775C13 Raw Umber

📋 copy color: '#775C13'

red 119 ◦ green 92 ◦ blue 19

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

Shades of Raw Umber #775C13

Tints of Raw Umber #775C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 51.74%
G = 40%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#775C13 (or 0x775C13) is known color: Raw Umber. HEX triplet: 77, 5C and 13. RGB value is (119,92,19). Sum of RGB (Red+Green+Blue) = 119+92+19=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #775C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C13 is #88A3EC. Grayscale: #5C5C5C. Windows color (decimal): -8954861 or 1268855. OLE color: 1268855.

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

Color convert

RGB 119 92 19 -
CMYK 0 0.23 0.84 0.53
HSL 43.8º 0.72% 0.27% -
HSV(B) 43.8º 0.84% 0.47% -
XYZ 11.55 11.62 2.25 -
YUV 91.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 119 92 19 0 0.23 0.84 0.53 43.8 0.72 0.27
Hex 77 5C 13 0 17 54 35 2C 48 1B
Octal 167 134 23 0 27 124 65 54 110 33
Binary 1110111 1011100 10011 0 10111 1010100 110101 101100 1001000 11011

Color Harmonies of #775C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C13

Black with #775C13

Text Example


Text Example

White with #775C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C13; }

 p { color: rgb(119,92,19); }

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

background-color css

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

 a { background-color: rgb(119,92,19); }

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

border-color css

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

 span { border-color: rgb(119,92,19); }

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