Html Css Color HEX #775418 Raw Umber

📋 copy color: '#775418'

red 119 ◦ green 84 ◦ blue 24

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

Shades of Raw Umber #775418

Tints of Raw Umber #775418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 52.42%
G = 37%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#775418 (or 0x775418) is known color: Raw Umber. HEX triplet: 77, 54 and 18. RGB value is (119,84,24). Sum of RGB (Red+Green+Blue) = 119+84+24=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #775418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775418 is #88ABE7. Grayscale: #575757. Windows color (decimal): -8956904 or 1594487. OLE color: 1594487.

HSL color Cylindrical-coordinate representation of color #775418: hue angle of 37.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #775418 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 24 -
CMYK 0 0.29 0.80 0.53
HSL 37.89º 0.66% 0.28% -
HSV(B) 37.89º 0.8% 0.47% -
XYZ 10.94 10.33 2.28 -
YUV 87.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 119 84 24 0 0.29 0.80 0.53 37.89 0.66 0.28
Hex 77 54 18 0 1D 50 35 26 42 1C
Octal 167 124 30 0 35 120 65 46 102 34
Binary 1110111 1010100 11000 0 11101 1010000 110101 100110 1000010 11100

Color Harmonies of #775418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775418

Black with #775418

Text Example


Text Example

White with #775418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775418; }

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

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

background-color css

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

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

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

border-color css

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

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

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