Html Css Color HEX #75541E Raw Umber

📋 copy color: '#75541E'

red 117 ◦ green 84 ◦ blue 30

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

Shades of Raw Umber #75541E

Tints of Raw Umber #75541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.36%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 50.65%
G = 36.36%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75541E (or 0x75541E) is known color: Raw Umber. HEX triplet: 75, 54 and 1E. RGB value is (117,84,30). Sum of RGB (Red+Green+Blue) = 117+84+30=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541E is #8AABE1. Grayscale: #575757. Windows color (decimal): -9087970 or 1987701. OLE color: 1987701.

HSL color Cylindrical-coordinate representation of color #75541E: hue angle of 37.24º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75541E is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 30 -
CMYK 0 0.28 0.74 0.54
HSL 37.24º 0.59% 0.29% -
HSV(B) 37.24º 0.74% 0.46% -
XYZ 10.74 10.22 2.63 -
YUV 87.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 117 84 30 0 0.28 0.74 0.54 37.24 0.59 0.29
Hex 75 54 1E 0 1C 4A 36 25 3B 1D
Octal 165 124 36 0 34 112 66 45 73 35
Binary 1110101 1010100 11110 0 11100 1001010 110110 100101 111011 11101

Color Harmonies of #75541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75541E

Black with #75541E

Text Example


Text Example

White with #75541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75541E; }

 p { color: rgb(117,84,30); }

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

background-color css

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

 a { background-color: rgb(117,84,30); }

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

border-color css

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

 span { border-color: rgb(117,84,30); }

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