Html Css Color HEX #754113 Raw Umber

📋 copy color: '#754113'

red 117 ◦ green 65 ◦ blue 19

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

Shades of Raw Umber #754113

Tints of Raw Umber #754113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 58.21%
G = 32.34%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#754113 (or 0x754113) is known color: Raw Umber. HEX triplet: 75, 41 and 13. RGB value is (117,65,19). Sum of RGB (Red+Green+Blue) = 117+65+19=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #754113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754113 is #8ABEEC. Grayscale: #4B4B4B. Windows color (decimal): -9092845 or 1261941. OLE color: 1261941.

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

Color convert

RGB 117 65 19 -
CMYK 0 0.44 0.84 0.54
HSL 28.16º 0.72% 0.27% -
HSV(B) 28.16º 0.84% 0.46% -
XYZ 9.34 7.61 1.59 -
YUV 75.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 117 65 19 0 0.44 0.84 0.54 28.16 0.72 0.27
Hex 75 41 13 0 2C 54 36 1C 48 1B
Octal 165 101 23 0 54 124 66 34 110 33
Binary 1110101 1000001 10011 0 101100 1010100 110110 11100 1001000 11011

Color Harmonies of #754113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754113

Black with #754113

Text Example


Text Example

White with #754113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754113; }

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

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

background-color css

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

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

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

border-color css

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

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

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