Html Css Color HEX #755713 Raw Umber

📋 copy color: '#755713'

red 117 ◦ green 87 ◦ blue 19

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

Shades of Raw Umber #755713

Tints of Raw Umber #755713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

 BLUE value IS 19 (7.81% from 255) = 8.52%

R = 52.47%
G = 39.01%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755713 (or 0x755713) is known color: Raw Umber. HEX triplet: 75, 57 and 13. RGB value is (117,87,19). Sum of RGB (Red+Green+Blue) = 117+87+19=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #755713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755713 is #8AA8EC. Grayscale: #585858. Windows color (decimal): -9087213 or 1267573. OLE color: 1267573.

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

Color convert

RGB 117 87 19 -
CMYK 0 0.26 0.84 0.54
HSL 41.63º 0.72% 0.27% -
HSV(B) 41.63º 0.84% 0.46% -
XYZ 10.86 10.65 2.1 -
YUV 88.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 117 87 19 0 0.26 0.84 0.54 41.63 0.72 0.27
Hex 75 57 13 0 1A 54 36 2A 48 1B
Octal 165 127 23 0 32 124 66 52 110 33
Binary 1110101 1010111 10011 0 11010 1010100 110110 101010 1001000 11011

Color Harmonies of #755713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755713

Black with #755713

Text Example


Text Example

White with #755713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755713; }

 p { color: rgb(117,87,19); }

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

background-color css

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

 a { background-color: rgb(117,87,19); }

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

border-color css

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

 span { border-color: rgb(117,87,19); }

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