Html Css Color HEX #755A14 Raw Umber

📋 copy color: '#755A14'

red 117 ◦ green 90 ◦ blue 20

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

Shades of Raw Umber #755A14

Tints of Raw Umber #755A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

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

R = 51.54%
G = 39.65%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755A14 (or 0x755A14) is known color: Raw Umber. HEX triplet: 75, 5A and 14. RGB value is (117,90,20). Sum of RGB (Red+Green+Blue) = 117+90+20=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A14 is #8AA5EB. Grayscale: #5A5A5A. Windows color (decimal): -9086444 or 1333877. OLE color: 1333877.

HSL color Cylindrical-coordinate representation of color #755A14: hue angle of 43.3º 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 #755A14 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 20 -
CMYK 0 0.23 0.83 0.54
HSL 43.3º 0.71% 0.27% -
HSV(B) 43.3º 0.83% 0.46% -
XYZ 11.12 11.14 2.23 -
YUV 90.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 117 90 20 0 0.23 0.83 0.54 43.3 0.71 0.27
Hex 75 5A 14 0 17 53 36 2B 47 1B
Octal 165 132 24 0 27 123 66 53 107 33
Binary 1110101 1011010 10100 0 10111 1010011 110110 101011 1000111 11011

Color Harmonies of #755A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A14

Black with #755A14

Text Example


Text Example

White with #755A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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