Html Css Color HEX #75560F Raw Umber

📋 copy color: '#75560F'

red 117 ◦ green 86 ◦ blue 15

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

Shades of Raw Umber #75560F

Tints of Raw Umber #75560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 53.67%
G = 39.45%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75560F (or 0x75560F) is known color: Raw Umber. HEX triplet: 75, 56 and 0F. RGB value is (117,86,15). Sum of RGB (Red+Green+Blue) = 117+86+15=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75560F is #8AA9F0. Grayscale: #575757. Windows color (decimal): -9087473 or 1005173. OLE color: 1005173.

HSL color Cylindrical-coordinate representation of color #75560F: hue angle of 41.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75560F is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 15 -
CMYK 0 0.26 0.87 0.54
HSL 41.76º 0.77% 0.26% -
HSV(B) 41.76º 0.87% 0.46% -
XYZ 10.75 10.47 1.91 -
YUV 87.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 117 86 15 0 0.26 0.87 0.54 41.76 0.77 0.26
Hex 75 56 F 0 1A 57 36 2A 4D 1A
Octal 165 126 17 0 32 127 66 52 115 32
Binary 1110101 1010110 1111 0 11010 1010111 110110 101010 1001101 11010

Color Harmonies of #75560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75560F

Black with #75560F

Text Example


Text Example

White with #75560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75560F; }

 p { color: rgb(117,86,15); }

 H1.HeaderClassName
 {
   color: #75560F;
 }
 .AnyTagClassName
 {
   color: #75560F;
 }
</style>

background-color css

<style>
 a { background-color: #75560F; }

 a { background-color: rgb(117,86,15); }

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

border-color css

<style>
 span { border-color: #75560F; }

 span { border-color: rgb(117,86,15); }

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