Html Css Color HEX #754D1B Raw Umber

📋 copy color: '#754D1B'

red 117 ◦ green 77 ◦ blue 27

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

Shades of Raw Umber #754D1B

Tints of Raw Umber #754D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 52.94%
G = 34.84%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#754D1B (or 0x754D1B) is known color: Raw Umber. HEX triplet: 75, 4D and 1B. RGB value is (117,77,27). Sum of RGB (Red+Green+Blue) = 117+77+27=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #754D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D1B is #8AB2E4. Grayscale: #535353. Windows color (decimal): -9089765 or 1789301. OLE color: 1789301.

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

Color convert

RGB 117 77 27 -
CMYK 0 0.34 0.77 0.54
HSL 33.33º 0.63% 0.28% -
HSV(B) 33.33º 0.77% 0.46% -
XYZ 10.19 9.17 2.27 -
YUV 83.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 117 77 27 0 0.34 0.77 0.54 33.33 0.63 0.28
Hex 75 4D 1B 0 22 4D 36 21 3E 1C
Octal 165 115 33 0 42 115 66 41 76 34
Binary 1110101 1001101 11011 0 100010 1001101 110110 100001 111110 11100

Color Harmonies of #754D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D1B

Black with #754D1B

Text Example


Text Example

White with #754D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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