Html Css Color HEX #755401 Raw Umber

📋 copy color: '#755401'

red 117 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #755401

Tints of Raw Umber #755401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 57.92%
G = 41.58%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#755401 (or 0x755401) is known color: Raw Umber. HEX triplet: 75, 54 and 01. RGB value is (117,84,1). Sum of RGB (Red+Green+Blue) = 117+84+1=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #755401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755401 is #8AABFE. Grayscale: #545454. Windows color (decimal): -9087999 or 87157. OLE color: 87157.

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

Color convert

RGB 117 84 1 -
CMYK 0 0.28 0.99 0.54
HSL 42.93º 0.98% 0.23% -
HSV(B) 42.93º 0.99% 0.46% -
XYZ 10.51 10.12 1.43 -
YUV 84.41 80.93 151.25 -
System Red Green Blue C M Y K H S L
Decimal 117 84 1 0 0.28 0.99 0.54 42.93 0.98 0.23
Hex 75 54 1 0 1C 63 36 2B 62 17
Octal 165 124 1 0 34 143 66 53 142 27
Binary 1110101 1010100 1 0 11100 1100011 110110 101011 1100010 10111

Color Harmonies of #755401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755401

Black with #755401

Text Example


Text Example

White with #755401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755401; }

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

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

background-color css

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

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

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

border-color css

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

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

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