Html Css Color HEX #754713 Raw Umber

📋 copy color: '#754713'

red 117 ◦ green 71 ◦ blue 19

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

Shades of Raw Umber #754713

Tints of Raw Umber #754713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.3%

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

R = 56.52%
G = 34.3%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#754713 (or 0x754713) is known color: Raw Umber. HEX triplet: 75, 47 and 13. RGB value is (117,71,19). Sum of RGB (Red+Green+Blue) = 117+71+19=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #754713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754713 is #8AB8EC. Grayscale: #4F4F4F. Windows color (decimal): -9091309 or 1263477. OLE color: 1263477.

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

Color convert

RGB 117 71 19 -
CMYK 0 0.39 0.84 0.54
HSL 31.84º 0.72% 0.27% -
HSV(B) 31.84º 0.84% 0.46% -
XYZ 9.71 8.34 1.71 -
YUV 78.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 117 71 19 0 0.39 0.84 0.54 31.84 0.72 0.27
Hex 75 47 13 0 27 54 36 20 48 1B
Octal 165 107 23 0 47 124 66 40 110 33
Binary 1110101 1000111 10011 0 100111 1010100 110110 100000 1001000 11011

Color Harmonies of #754713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754713

Black with #754713

Text Example


Text Example

White with #754713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754713; }

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

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

background-color css

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

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

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

border-color css

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

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

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