Html Css Color HEX #754D1A Raw Umber

📋 copy color: '#754D1A'

red 117 ◦ green 77 ◦ blue 26

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

Shades of Raw Umber #754D1A

Tints of Raw Umber #754D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 53.18%
G = 35%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#754D1A (or 0x754D1A) is known color: Raw Umber. HEX triplet: 75, 4D and 1A. RGB value is (117,77,26). Sum of RGB (Red+Green+Blue) = 117+77+26=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #754D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D1A is #8AB2E5. Grayscale: #535353. Windows color (decimal): -9089766 or 1723765. OLE color: 1723765.

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

Color convert

RGB 117 77 26 -
CMYK 0 0.34 0.78 0.54
HSL 33.63º 0.64% 0.28% -
HSV(B) 33.63º 0.78% 0.46% -
XYZ 10.18 9.16 2.21 -
YUV 83.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 117 77 26 0 0.34 0.78 0.54 33.63 0.64 0.28
Hex 75 4D 1A 0 22 4E 36 22 40 1C
Octal 165 115 32 0 42 116 66 42 100 34
Binary 1110101 1001101 11010 0 100010 1001110 110110 100010 1000000 11100

Color Harmonies of #754D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D1A

Black with #754D1A

Text Example


Text Example

White with #754D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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