Html Css Color HEX #755901 Raw Umber

📋 copy color: '#755901'

red 117 ◦ green 89 ◦ blue 1

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

Shades of Raw Umber #755901

Tints of Raw Umber #755901

RGB

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

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

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

R = 56.52%
G = 43%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#755901 (or 0x755901) is known color: Raw Umber. HEX triplet: 75, 59 and 01. RGB value is (117,89,1). Sum of RGB (Red+Green+Blue) = 117+89+1=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #755901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755901 is #8AA6FE. Grayscale: #575757. Windows color (decimal): -9086719 or 88437. OLE color: 88437.

HSL color Cylindrical-coordinate representation of color #755901: hue angle of 45.52º 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 #755901 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 1 -
CMYK 0 0.24 0.99 0.54
HSL 45.52º 0.98% 0.23% -
HSV(B) 45.52º 0.99% 0.46% -
XYZ 10.91 10.93 1.56 -
YUV 87.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 117 89 1 0 0.24 0.99 0.54 45.52 0.98 0.23
Hex 75 59 1 0 18 63 36 2E 62 17
Octal 165 131 1 0 30 143 66 56 142 27
Binary 1110101 1011001 1 0 11000 1100011 110110 101110 1100010 10111

Color Harmonies of #755901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755901

Black with #755901

Text Example


Text Example

White with #755901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755901; }

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

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

background-color css

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

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

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

border-color css

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

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

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