Html Css Color HEX #755A0C Raw Umber

📋 copy color: '#755A0C'

red 117 ◦ green 90 ◦ blue 12

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

Shades of Raw Umber #755A0C

Tints of Raw Umber #755A0C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.1%

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 53.42%
G = 41.1%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#755A0C (or 0x755A0C) is known color: Raw Umber. HEX triplet: 75, 5A and 0C. RGB value is (117,90,12). Sum of RGB (Red+Green+Blue) = 117+90+12=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #755A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A0C is #8AA5F3. Grayscale: #595959. Windows color (decimal): -9086452 or 809589. OLE color: 809589.

HSL color Cylindrical-coordinate representation of color #755A0C: hue angle of 44.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #755A0C is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 12 -
CMYK 0 0.23 0.90 0.54
HSL 44.57º 0.81% 0.25% -
HSV(B) 44.57º 0.9% 0.46% -
XYZ 11.06 11.12 1.91 -
YUV 89.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 117 90 12 0 0.23 0.90 0.54 44.57 0.81 0.25
Hex 75 5A C 0 17 5A 36 2D 51 19
Octal 165 132 14 0 27 132 66 55 121 31
Binary 1110101 1011010 1100 0 10111 1011010 110110 101101 1010001 11001

Color Harmonies of #755A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A0C

Black with #755A0C

Text Example


Text Example

White with #755A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,90,12); }

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

background-color css

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

 a { background-color: rgb(117,90,12); }

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

border-color css

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

 span { border-color: rgb(117,90,12); }

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