Html Css Color HEX #754613 Raw Umber

📋 copy color: '#754613'

red 117 ◦ green 70 ◦ blue 19

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

Shades of Raw Umber #754613

Tints of Raw Umber #754613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

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

R = 56.8%
G = 33.98%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#754613 (or 0x754613) is known color: Raw Umber. HEX triplet: 75, 46 and 13. RGB value is (117,70,19). Sum of RGB (Red+Green+Blue) = 117+70+19=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #754613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754613 is #8AB9EC. Grayscale: #4E4E4E. Windows color (decimal): -9091565 or 1263221. OLE color: 1263221.

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

Color convert

RGB 117 70 19 -
CMYK 0 0.40 0.84 0.54
HSL 31.22º 0.72% 0.27% -
HSV(B) 31.22º 0.84% 0.46% -
XYZ 9.64 8.21 1.69 -
YUV 78.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 117 70 19 0 0.40 0.84 0.54 31.22 0.72 0.27
Hex 75 46 13 0 28 54 36 1F 48 1B
Octal 165 106 23 0 50 124 66 37 110 33
Binary 1110101 1000110 10011 0 101000 1010100 110110 11111 1001000 11011

Color Harmonies of #754613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754613

Black with #754613

Text Example


Text Example

White with #754613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754613; }

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

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

background-color css

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

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

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

border-color css

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

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

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