Html Css Color HEX #75541C Raw Umber

📋 copy color: '#75541C'

red 117 ◦ green 84 ◦ blue 28

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

Shades of Raw Umber #75541C

Tints of Raw Umber #75541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 51.09%
G = 36.68%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75541C (or 0x75541C) is known color: Raw Umber. HEX triplet: 75, 54 and 1C. RGB value is (117,84,28). Sum of RGB (Red+Green+Blue) = 117+84+28=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75541C is #8AABE3. Grayscale: #575757. Windows color (decimal): -9087972 or 1856629. OLE color: 1856629.

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

Color convert

RGB 117 84 28 -
CMYK 0 0.28 0.76 0.54
HSL 37.75º 0.61% 0.28% -
HSV(B) 37.75º 0.76% 0.46% -
XYZ 10.72 10.21 2.5 -
YUV 87.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 117 84 28 0 0.28 0.76 0.54 37.75 0.61 0.28
Hex 75 54 1C 0 1C 4C 36 26 3D 1C
Octal 165 124 34 0 34 114 66 46 75 34
Binary 1110101 1010100 11100 0 11100 1001100 110110 100110 111101 11100

Color Harmonies of #75541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75541C

Black with #75541C

Text Example


Text Example

White with #75541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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