Html Css Color HEX #754D14 Raw Umber

📋 copy color: '#754D14'

red 117 ◦ green 77 ◦ blue 20

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

Shades of Raw Umber #754D14

Tints of Raw Umber #754D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.98%

 BLUE value IS 20 (8.2% from 255) = 9.35%

R = 54.67%
G = 35.98%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#754D14 (or 0x754D14) is known color: Raw Umber. HEX triplet: 75, 4D and 14. RGB value is (117,77,20). Sum of RGB (Red+Green+Blue) = 117+77+20=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #754D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D14 is #8AB2EB. Grayscale: #525252. Windows color (decimal): -9089772 or 1330549. OLE color: 1330549.

HSL color Cylindrical-coordinate representation of color #754D14: hue angle of 35.26º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #754D14 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 20 -
CMYK 0 0.34 0.83 0.54
HSL 35.26º 0.71% 0.27% -
HSV(B) 35.26º 0.83% 0.46% -
XYZ 10.12 9.14 1.89 -
YUV 82.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 117 77 20 0 0.34 0.83 0.54 35.26 0.71 0.27
Hex 75 4D 14 0 22 53 36 23 47 1B
Octal 165 115 24 0 42 123 66 43 107 33
Binary 1110101 1001101 10100 0 100010 1010011 110110 100011 1000111 11011

Color Harmonies of #754D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D14

Black with #754D14

Text Example


Text Example

White with #754D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D14; }

 p { color: rgb(117,77,20); }

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

background-color css

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

 a { background-color: rgb(117,77,20); }

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

border-color css

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

 span { border-color: rgb(117,77,20); }

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