Html Css Color HEX #755514 Raw Umber

📋 copy color: '#755514'

red 117 ◦ green 85 ◦ blue 20

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

Shades of Raw Umber #755514

Tints of Raw Umber #755514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.29%

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

R = 52.7%
G = 38.29%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755514 (or 0x755514) is known color: Raw Umber. HEX triplet: 75, 55 and 14. RGB value is (117,85,20). Sum of RGB (Red+Green+Blue) = 117+85+20=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #755514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755514 is #8AAAEB. Grayscale: #575757. Windows color (decimal): -9087724 or 1332597. OLE color: 1332597.

HSL color Cylindrical-coordinate representation of color #755514: hue angle of 40.21º 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 #755514 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 20 -
CMYK 0 0.27 0.83 0.54
HSL 40.21º 0.71% 0.27% -
HSV(B) 40.21º 0.83% 0.46% -
XYZ 10.71 10.33 2.09 -
YUV 87.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 117 85 20 0 0.27 0.83 0.54 40.21 0.71 0.27
Hex 75 55 14 0 1B 53 36 28 47 1B
Octal 165 125 24 0 33 123 66 50 107 33
Binary 1110101 1010101 10100 0 11011 1010011 110110 101000 1000111 11011

Color Harmonies of #755514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755514

Black with #755514

Text Example


Text Example

White with #755514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755514; }

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

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

background-color css

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

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

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

border-color css

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

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

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