Html Css Color HEX #775318 Raw Umber

📋 copy color: '#775318'

red 119 ◦ green 83 ◦ blue 24

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

Shades of Raw Umber #775318

Tints of Raw Umber #775318

RGB

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

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

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

R = 52.65%
G = 36.73%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#775318 (or 0x775318) is known color: Raw Umber. HEX triplet: 77, 53 and 18. RGB value is (119,83,24). Sum of RGB (Red+Green+Blue) = 119+83+24=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #775318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775318 is #88ACE7. Grayscale: #575757. Windows color (decimal): -8957160 or 1594231. OLE color: 1594231.

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

Color convert

RGB 119 83 24 -
CMYK 0 0.30 0.80 0.53
HSL 37.26º 0.66% 0.28% -
HSV(B) 37.26º 0.8% 0.47% -
XYZ 10.87 10.17 2.26 -
YUV 87.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 119 83 24 0 0.30 0.80 0.53 37.26 0.66 0.28
Hex 77 53 18 0 1E 50 35 25 42 1C
Octal 167 123 30 0 36 120 65 45 102 34
Binary 1110111 1010011 11000 0 11110 1010000 110101 100101 1000010 11100

Color Harmonies of #775318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775318

Black with #775318

Text Example


Text Example

White with #775318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775318; }

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

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

background-color css

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

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

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

border-color css

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

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

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