Html Css Color HEX #75541B Raw Umber

📋 copy color: '#75541B'

red 117 ◦ green 84 ◦ blue 27

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

Shades of Raw Umber #75541B

Tints of Raw Umber #75541B

RGB

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

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

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

R = 51.32%
G = 36.84%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75541B (or 0x75541B) is known color: Raw Umber. HEX triplet: 75, 54 and 1B. RGB value is (117,84,27). Sum of RGB (Red+Green+Blue) = 117+84+27=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541B is #8AABE4. Grayscale: #575757. Windows color (decimal): -9087973 or 1791093. OLE color: 1791093.

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

Color convert

RGB 117 84 27 -
CMYK 0 0.28 0.77 0.54
HSL 38º 0.63% 0.28% -
HSV(B) 38º 0.77% 0.46% -
XYZ 10.7 10.2 2.44 -
YUV 87.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 117 84 27 0 0.28 0.77 0.54 38 0.63 0.28
Hex 75 54 1B 0 1C 4D 36 26 3E 1C
Octal 165 124 33 0 34 115 66 46 76 34
Binary 1110101 1010100 11011 0 11100 1001101 110110 100110 111110 11100

Color Harmonies of #75541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75541B

Black with #75541B

Text Example


Text Example

White with #75541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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