Html Css Color HEX #755614 Raw Umber

📋 copy color: '#755614'

red 117 ◦ green 86 ◦ blue 20

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

Shades of Raw Umber #755614

Tints of Raw Umber #755614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 52.47%
G = 38.57%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755614 (or 0x755614) is known color: Raw Umber. HEX triplet: 75, 56 and 14. RGB value is (117,86,20). Sum of RGB (Red+Green+Blue) = 117+86+20=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755614 is #8AA9EB. Grayscale: #585858. Windows color (decimal): -9087468 or 1332853. OLE color: 1332853.

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

Color convert

RGB 117 86 20 -
CMYK 0 0.26 0.83 0.54
HSL 40.82º 0.71% 0.27% -
HSV(B) 40.82º 0.83% 0.46% -
XYZ 10.79 10.49 2.12 -
YUV 87.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 117 86 20 0 0.26 0.83 0.54 40.82 0.71 0.27
Hex 75 56 14 0 1A 53 36 29 47 1B
Octal 165 126 24 0 32 123 66 51 107 33
Binary 1110101 1010110 10100 0 11010 1010011 110110 101001 1000111 11011

Color Harmonies of #755614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755614

Black with #755614

Text Example


Text Example

White with #755614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755614; }

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

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

background-color css

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

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

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

border-color css

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

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

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