Html Css Color HEX #755101 Raw Umber

📋 copy color: '#755101'

red 117 ◦ green 81 ◦ blue 1

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

Shades of Raw Umber #755101

Tints of Raw Umber #755101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

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

R = 58.79%
G = 40.7%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#755101 (or 0x755101) is known color: Raw Umber. HEX triplet: 75, 51 and 01. RGB value is (117,81,1). Sum of RGB (Red+Green+Blue) = 117+81+1=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #755101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755101 is #8AAEFE. Grayscale: #535353. Windows color (decimal): -9088767 or 86389. OLE color: 86389.

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

Color convert

RGB 117 81 1 -
CMYK 0 0.31 0.99 0.54
HSL 41.38º 0.98% 0.23% -
HSV(B) 41.38º 0.99% 0.46% -
XYZ 10.28 9.67 1.35 -
YUV 82.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 117 81 1 0 0.31 0.99 0.54 41.38 0.98 0.23
Hex 75 51 1 0 1F 63 36 29 62 17
Octal 165 121 1 0 37 143 66 51 142 27
Binary 1110101 1010001 1 0 11111 1100011 110110 101001 1100010 10111

Color Harmonies of #755101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755101

Black with #755101

Text Example


Text Example

White with #755101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755101; }

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

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

background-color css

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

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

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

border-color css

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

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

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