Html Css Color HEX #755914 Raw Umber

📋 copy color: '#755914'

red 117 ◦ green 89 ◦ blue 20

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

Shades of Raw Umber #755914

Tints of Raw Umber #755914

RGB

 RED value IS 117 (46.09% from 255) = 51.77%

 GREEN value IS 89 (35.16% from 255) = 39.38%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 51.77%
G = 39.38%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755914 (or 0x755914) is known color: Raw Umber. HEX triplet: 75, 59 and 14. RGB value is (117,89,20). Sum of RGB (Red+Green+Blue) = 117+89+20=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #755914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755914 is #8AA6EB. Grayscale: #595959. Windows color (decimal): -9086700 or 1333621. OLE color: 1333621.

HSL color Cylindrical-coordinate representation of color #755914: hue angle of 42.68º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #755914 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 20 -
CMYK 0 0.24 0.83 0.54
HSL 42.68º 0.71% 0.27% -
HSV(B) 42.68º 0.83% 0.46% -
XYZ 11.03 10.98 2.2 -
YUV 89.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 117 89 20 0 0.24 0.83 0.54 42.68 0.71 0.27
Hex 75 59 14 0 18 53 36 2B 47 1B
Octal 165 131 24 0 30 123 66 53 107 33
Binary 1110101 1011001 10100 0 11000 1010011 110110 101011 1000111 11011

Color Harmonies of #755914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755914

Black with #755914

Text Example


Text Example

White with #755914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755914; }

 p { color: rgb(117,89,20); }

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

background-color css

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

 a { background-color: rgb(117,89,20); }

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

border-color css

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

 span { border-color: rgb(117,89,20); }

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