Html Css Color HEX #755E0A Raw Umber

📋 copy color: '#755E0A'

red 117 ◦ green 94 ◦ blue 10

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

Shades of Raw Umber #755E0A

Tints of Raw Umber #755E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.53%

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 52.94%
G = 42.53%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#755E0A (or 0x755E0A) is known color: Raw Umber. HEX triplet: 75, 5E and 0A. RGB value is (117,94,10). Sum of RGB (Red+Green+Blue) = 117+94+10=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 94 (37.11% from 255 or 42.53% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #755E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755E0A is #8AA1F5. Grayscale: #5B5B5B. Windows color (decimal): -9085430 or 679541. OLE color: 679541.

HSL color Cylindrical-coordinate representation of color #755E0A: hue angle of 47.1º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #755E0A is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 10 -
CMYK 0 0.20 0.91 0.54
HSL 47.1º 0.84% 0.25% -
HSV(B) 47.1º 0.91% 0.46% -
XYZ 11.39 11.81 1.97 -
YUV 91.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 117 94 10 0 0.20 0.91 0.54 47.1 0.84 0.25
Hex 75 5E A 0 14 5B 36 2F 54 19
Octal 165 136 12 0 24 133 66 57 124 31
Binary 1110101 1011110 1010 0 10100 1011011 110110 101111 1010100 11001

Color Harmonies of #755E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E0A

Black with #755E0A

Text Example


Text Example

White with #755E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,10); }

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

background-color css

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

 a { background-color: rgb(117,94,10); }

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

border-color css

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

 span { border-color: rgb(117,94,10); }

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