Html Css Color HEX #755D10 Raw Umber

📋 copy color: '#755D10'

red 117 ◦ green 93 ◦ blue 16

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

Shades of Raw Umber #755D10

Tints of Raw Umber #755D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.15%

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 51.77%
G = 41.15%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#755D10 (or 0x755D10) is known color: Raw Umber. HEX triplet: 75, 5D and 10. RGB value is (117,93,16). Sum of RGB (Red+Green+Blue) = 117+93+16=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #755D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D10 is #8AA2EF. Grayscale: #5B5B5B. Windows color (decimal): -9085680 or 1072501. OLE color: 1072501.

HSL color Cylindrical-coordinate representation of color #755D10: hue angle of 45.74º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #755D10 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 16 -
CMYK 0 0.21 0.86 0.54
HSL 45.74º 0.76% 0.26% -
HSV(B) 45.74º 0.86% 0.46% -
XYZ 11.34 11.65 2.14 -
YUV 91.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 117 93 16 0 0.21 0.86 0.54 45.74 0.76 0.26
Hex 75 5D 10 0 15 56 36 2E 4C 1A
Octal 165 135 20 0 25 126 66 56 114 32
Binary 1110101 1011101 10000 0 10101 1010110 110110 101110 1001100 11010

Color Harmonies of #755D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D10

Black with #755D10

Text Example


Text Example

White with #755D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,93,16); }

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

background-color css

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

 a { background-color: rgb(117,93,16); }

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

border-color css

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

 span { border-color: rgb(117,93,16); }

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