Html Css Color HEX #75541A Raw Umber

📋 copy color: '#75541A'

red 117 ◦ green 84 ◦ blue 26

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

Shades of Raw Umber #75541A

Tints of Raw Umber #75541A

RGB

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

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

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

R = 51.54%
G = 37%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75541A (or 0x75541A) is known color: Raw Umber. HEX triplet: 75, 54 and 1A. RGB value is (117,84,26). Sum of RGB (Red+Green+Blue) = 117+84+26=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541A is #8AABE5. Grayscale: #575757. Windows color (decimal): -9087974 or 1725557. OLE color: 1725557.

HSL color Cylindrical-coordinate representation of color #75541A: hue angle of 38.24º 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 #75541A is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 26 -
CMYK 0 0.28 0.78 0.54
HSL 38.24º 0.64% 0.28% -
HSV(B) 38.24º 0.78% 0.46% -
XYZ 10.69 10.2 2.38 -
YUV 87.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 117 84 26 0 0.28 0.78 0.54 38.24 0.64 0.28
Hex 75 54 1A 0 1C 4E 36 26 40 1C
Octal 165 124 32 0 34 116 66 46 100 34
Binary 1110101 1010100 11010 0 11100 1001110 110110 100110 1000000 11100

Color Harmonies of #75541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75541A

Black with #75541A

Text Example


Text Example

White with #75541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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