Html Css Color HEX #75541D Raw Umber

📋 copy color: '#75541D'

red 117 ◦ green 84 ◦ blue 29

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

Shades of Raw Umber #75541D

Tints of Raw Umber #75541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 50.87%
G = 36.52%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75541D (or 0x75541D) is known color: Raw Umber. HEX triplet: 75, 54 and 1D. RGB value is (117,84,29). Sum of RGB (Red+Green+Blue) = 117+84+29=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541D is #8AABE2. Grayscale: #575757. Windows color (decimal): -9087971 or 1922165. OLE color: 1922165.

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

Color convert

RGB 117 84 29 -
CMYK 0 0.28 0.75 0.54
HSL 37.5º 0.6% 0.29% -
HSV(B) 37.5º 0.75% 0.46% -
XYZ 10.73 10.21 2.57 -
YUV 87.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 117 84 29 0 0.28 0.75 0.54 37.5 0.6 0.29
Hex 75 54 1D 0 1C 4B 36 26 3C 1D
Octal 165 124 35 0 34 113 66 46 74 35
Binary 1110101 1010100 11101 0 11100 1001011 110110 100110 111100 11101

Color Harmonies of #75541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75541D

Black with #75541D

Text Example


Text Example

White with #75541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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