Html Css Color HEX #755C10 Raw Umber

📋 copy color: '#755C10'

red 117 ◦ green 92 ◦ blue 16

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

Shades of Raw Umber #755C10

Tints of Raw Umber #755C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.89%

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

R = 52%
G = 40.89%
B = 7.11%

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

#755C10 (or 0x755C10) is known color: Raw Umber. HEX triplet: 75, 5C and 10. RGB value is (117,92,16). Sum of RGB (Red+Green+Blue) = 117+92+16=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #755C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C10 is #8AA3EF. Grayscale: #5B5B5B. Windows color (decimal): -9085936 or 1072245. OLE color: 1072245.

HSL color Cylindrical-coordinate representation of color #755C10: hue angle of 45.15º 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 #755C10 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 92 16 -
CMYK 0 0.21 0.86 0.54
HSL 45.15º 0.76% 0.26% -
HSV(B) 45.15º 0.86% 0.46% -
XYZ 11.26 11.47 2.11 -
YUV 90.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 117 92 16 0 0.21 0.86 0.54 45.15 0.76 0.26
Hex 75 5C 10 0 15 56 36 2D 4C 1A
Octal 165 134 20 0 25 126 66 55 114 32
Binary 1110101 1011100 10000 0 10101 1010110 110110 101101 1001100 11010

Color Harmonies of #755C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C10

Black with #755C10

Text Example


Text Example

White with #755C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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