Html Css Color HEX #775413 Raw Umber

📋 copy color: '#775413'

red 119 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #775413

Tints of Raw Umber #775413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

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

R = 53.6%
G = 37.84%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#775413 (or 0x775413) is known color: Raw Umber. HEX triplet: 77, 54 and 13. RGB value is (119,84,19). Sum of RGB (Red+Green+Blue) = 119+84+19=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #775413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775413 is #88ABEC. Grayscale: #575757. Windows color (decimal): -8956909 or 1266807. OLE color: 1266807.

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

Color convert

RGB 119 84 19 -
CMYK 0 0.29 0.84 0.53
HSL 39º 0.72% 0.27% -
HSV(B) 39º 0.84% 0.47% -
XYZ 10.9 10.31 2.03 -
YUV 87.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 119 84 19 0 0.29 0.84 0.53 39 0.72 0.27
Hex 77 54 13 0 1D 54 35 27 48 1B
Octal 167 124 23 0 35 124 65 47 110 33
Binary 1110111 1010100 10011 0 11101 1010100 110101 100111 1001000 11011

Color Harmonies of #775413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775413

Black with #775413

Text Example


Text Example

White with #775413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775413; }

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

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

background-color css

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

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

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

border-color css

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

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

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