Html Css Color HEX #75511D Raw Umber

📋 copy color: '#75511D'

red 117 ◦ green 81 ◦ blue 29

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

Shades of Raw Umber #75511D

Tints of Raw Umber #75511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.68%

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

R = 51.54%
G = 35.68%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75511D (or 0x75511D) is known color: Raw Umber. HEX triplet: 75, 51 and 1D. RGB value is (117,81,29). Sum of RGB (Red+Green+Blue) = 117+81+29=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75511D is #8AAEE2. Grayscale: #565656. Windows color (decimal): -9088739 or 1921397. OLE color: 1921397.

HSL color Cylindrical-coordinate representation of color #75511D: hue angle of 35.45º 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 #75511D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 29 -
CMYK 0 0.31 0.75 0.54
HSL 35.45º 0.6% 0.29% -
HSV(B) 35.45º 0.75% 0.46% -
XYZ 10.5 9.76 2.49 -
YUV 85.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 117 81 29 0 0.31 0.75 0.54 35.45 0.6 0.29
Hex 75 51 1D 0 1F 4B 36 23 3C 1D
Octal 165 121 35 0 37 113 66 43 74 35
Binary 1110101 1010001 11101 0 11111 1001011 110110 100011 111100 11101

Color Harmonies of #75511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75511D

Black with #75511D

Text Example


Text Example

White with #75511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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