Html Css Color HEX #75561B Raw Umber

📋 copy color: '#75561B'

red 117 ◦ green 86 ◦ blue 27

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

Shades of Raw Umber #75561B

Tints of Raw Umber #75561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

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

R = 50.87%
G = 37.39%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75561B (or 0x75561B) is known color: Raw Umber. HEX triplet: 75, 56 and 1B. RGB value is (117,86,27). Sum of RGB (Red+Green+Blue) = 117+86+27=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561B is #8AA9E4. Grayscale: #585858. Windows color (decimal): -9087461 or 1791605. OLE color: 1791605.

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

Color convert

RGB 117 86 27 -
CMYK 0 0.26 0.77 0.54
HSL 39.33º 0.63% 0.28% -
HSV(B) 39.33º 0.77% 0.46% -
XYZ 10.86 10.52 2.49 -
YUV 88.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 117 86 27 0 0.26 0.77 0.54 39.33 0.63 0.28
Hex 75 56 1B 0 1A 4D 36 27 3E 1C
Octal 165 126 33 0 32 115 66 47 76 34
Binary 1110101 1010110 11011 0 11010 1001101 110110 100111 111110 11100

Color Harmonies of #75561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75561B

Black with #75561B

Text Example


Text Example

White with #75561B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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