Html Css Color HEX #754513 Raw Umber

📋 copy color: '#754513'

red 117 ◦ green 69 ◦ blue 19

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

Shades of Raw Umber #754513

Tints of Raw Umber #754513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

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

R = 57.07%
G = 33.66%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#754513 (or 0x754513) is known color: Raw Umber. HEX triplet: 75, 45 and 13. RGB value is (117,69,19). Sum of RGB (Red+Green+Blue) = 117+69+19=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754513 is #8ABAEC. Grayscale: #4D4D4D. Windows color (decimal): -9091821 or 1262965. OLE color: 1262965.

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

Color convert

RGB 117 69 19 -
CMYK 0 0.41 0.84 0.54
HSL 30.61º 0.72% 0.27% -
HSV(B) 30.61º 0.84% 0.46% -
XYZ 9.58 8.09 1.67 -
YUV 77.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 117 69 19 0 0.41 0.84 0.54 30.61 0.72 0.27
Hex 75 45 13 0 29 54 36 1F 48 1B
Octal 165 105 23 0 51 124 66 37 110 33
Binary 1110101 1000101 10011 0 101001 1010100 110110 11111 1001000 11011

Color Harmonies of #754513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754513

Black with #754513

Text Example


Text Example

White with #754513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754513; }

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

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

background-color css

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

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

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

border-color css

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

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

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