Html Css Color HEX #754C16 Raw Umber

📋 copy color: '#754C16'

red 117 ◦ green 76 ◦ blue 22

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

Shades of Raw Umber #754C16

Tints of Raw Umber #754C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.35%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 54.42%
G = 35.35%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#754C16 (or 0x754C16) is known color: Raw Umber. HEX triplet: 75, 4C and 16. RGB value is (117,76,22). Sum of RGB (Red+Green+Blue) = 117+76+22=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #754C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754C16 is #8AB3E9. Grayscale: #525252. Windows color (decimal): -9090026 or 1461365. OLE color: 1461365.

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

Color convert

RGB 117 76 22 -
CMYK 0 0.35 0.81 0.54
HSL 34.11º 0.68% 0.27% -
HSV(B) 34.11º 0.81% 0.46% -
XYZ 10.07 9.01 1.97 -
YUV 82.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 117 76 22 0 0.35 0.81 0.54 34.11 0.68 0.27
Hex 75 4C 16 0 23 51 36 22 44 1B
Octal 165 114 26 0 43 121 66 42 104 33
Binary 1110101 1001100 10110 0 100011 1010001 110110 100010 1000100 11011

Color Harmonies of #754C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C16

Black with #754C16

Text Example


Text Example

White with #754C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,22); }

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

background-color css

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

 a { background-color: rgb(117,76,22); }

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

border-color css

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

 span { border-color: rgb(117,76,22); }

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