Html Css Color HEX #75511E Raw Umber

📋 copy color: '#75511E'

red 117 ◦ green 81 ◦ blue 30

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

Shades of Raw Umber #75511E

Tints of Raw Umber #75511E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 51.32%
G = 35.53%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75511E (or 0x75511E) is known color: Raw Umber. HEX triplet: 75, 51 and 1E. RGB value is (117,81,30). Sum of RGB (Red+Green+Blue) = 117+81+30=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75511E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75511E is #8AAEE1. Grayscale: #565656. Windows color (decimal): -9088738 or 1986933. OLE color: 1986933.

HSL color Cylindrical-coordinate representation of color #75511E: hue angle of 35.17º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75511E is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 30 -
CMYK 0 0.31 0.74 0.54
HSL 35.17º 0.59% 0.29% -
HSV(B) 35.17º 0.74% 0.46% -
XYZ 10.51 9.76 2.56 -
YUV 85.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 117 81 30 0 0.31 0.74 0.54 35.17 0.59 0.29
Hex 75 51 1E 0 1F 4A 36 23 3B 1D
Octal 165 121 36 0 37 112 66 43 73 35
Binary 1110101 1010001 11110 0 11111 1001010 110110 100011 111011 11101

Color Harmonies of #75511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75511E

Black with #75511E

Text Example


Text Example

White with #75511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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