Html Css Color HEX #755400 Raw Umber

📋 copy color: '#755400'

red 117 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #755400

Tints of Raw Umber #755400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.21%
G = 41.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755400 (or 0x755400) is known color: Raw Umber. HEX triplet: 75, 54 and 00. RGB value is (117,84,0). Sum of RGB (Red+Green+Blue) = 117+84+0=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #755400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755400 is #8AABFF. Grayscale: #545454. Windows color (decimal): -9088000 or 21621. OLE color: 21621.

HSL color Cylindrical-coordinate representation of color #755400: hue angle of 43.08º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #755400 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 0 -
CMYK 0 0.28 1 0.54
HSL 43.08º 1% 0.23% -
HSV(B) 43.08º 1% 0.46% -
XYZ 10.51 10.12 1.4 -
YUV 84.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 117 84 0 0 0.28 1 0.54 43.08 1 0.23
Hex 75 54 0 0 1C 64 36 2B 64 17
Octal 165 124 0 0 34 144 66 53 144 27
Binary 1110101 1010100 0 0 11100 1100100 110110 101011 1100100 10111

Color Harmonies of #755400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755400

Black with #755400

Text Example


Text Example

White with #755400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755400; }

 p { color: rgb(117,84,0); }

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

background-color css

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

 a { background-color: rgb(117,84,0); }

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

border-color css

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

 span { border-color: rgb(117,84,0); }

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