Html Css Color HEX #755C0E Raw Umber

📋 copy color: '#755C0E'

red 117 ◦ green 92 ◦ blue 14

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

Shades of Raw Umber #755C0E

Tints of Raw Umber #755C0E

RGB

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

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

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

R = 52.47%
G = 41.26%
B = 6.28%

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

#755C0E (or 0x755C0E) is known color: Raw Umber. HEX triplet: 75, 5C and 0E. RGB value is (117,92,14). Sum of RGB (Red+Green+Blue) = 117+92+14=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C0E is #8AA3F1. Grayscale: #5A5A5A. Windows color (decimal): -9085938 or 941173. OLE color: 941173.

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

Color convert

RGB 117 92 14 -
CMYK 0 0.21 0.88 0.54
HSL 45.44º 0.79% 0.26% -
HSV(B) 45.44º 0.88% 0.46% -
XYZ 11.24 11.47 2.04 -
YUV 90.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 117 92 14 0 0.21 0.88 0.54 45.44 0.79 0.26
Hex 75 5C E 0 15 58 36 2D 4F 1A
Octal 165 134 16 0 25 130 66 55 117 32
Binary 1110101 1011100 1110 0 10101 1011000 110110 101101 1001111 11010

Color Harmonies of #755C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C0E

Black with #755C0E

Text Example


Text Example

White with #755C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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