Html Css Color HEX #755D0E Raw Umber

📋 copy color: '#755D0E'

red 117 ◦ green 93 ◦ blue 14

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

Shades of Raw Umber #755D0E

Tints of Raw Umber #755D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.25%

R = 52.23%
G = 41.52%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#755D0E (or 0x755D0E) is known color: Raw Umber. HEX triplet: 75, 5D and 0E. RGB value is (117,93,14). Sum of RGB (Red+Green+Blue) = 117+93+14=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #755D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D0E is #8AA2F1. Grayscale: #5B5B5B. Windows color (decimal): -9085682 or 941429. OLE color: 941429.

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

Color convert

RGB 117 93 14 -
CMYK 0 0.21 0.88 0.54
HSL 46.02º 0.79% 0.26% -
HSV(B) 46.02º 0.88% 0.46% -
XYZ 11.33 11.64 2.07 -
YUV 91.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 117 93 14 0 0.21 0.88 0.54 46.02 0.79 0.26
Hex 75 5D E 0 15 58 36 2E 4F 1A
Octal 165 135 16 0 25 130 66 56 117 32
Binary 1110101 1011101 1110 0 10101 1011000 110110 101110 1001111 11010

Color Harmonies of #755D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D0E

Black with #755D0E

Text Example


Text Example

White with #755D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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