Html Css Color HEX #755612 Raw Umber

📋 copy color: '#755612'

red 117 ◦ green 86 ◦ blue 18

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

Shades of Raw Umber #755612

Tints of Raw Umber #755612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 52.94%
G = 38.91%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755612 (or 0x755612) is known color: Raw Umber. HEX triplet: 75, 56 and 12. RGB value is (117,86,18). Sum of RGB (Red+Green+Blue) = 117+86+18=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #755612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755612 is #8AA9ED. Grayscale: #575757. Windows color (decimal): -9087470 or 1201781. OLE color: 1201781.

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

Color convert

RGB 117 86 18 -
CMYK 0 0.26 0.85 0.54
HSL 41.21º 0.73% 0.26% -
HSV(B) 41.21º 0.85% 0.46% -
XYZ 10.77 10.48 2.03 -
YUV 87.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 117 86 18 0 0.26 0.85 0.54 41.21 0.73 0.26
Hex 75 56 12 0 1A 55 36 29 49 1A
Octal 165 126 22 0 32 125 66 51 111 32
Binary 1110101 1010110 10010 0 11010 1010101 110110 101001 1001001 11010

Color Harmonies of #755612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755612

Black with #755612

Text Example


Text Example

White with #755612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755612; }

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

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

background-color css

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

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

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

border-color css

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

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

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