Html Css Color HEX #75561C Raw Umber

📋 copy color: '#75561C'

red 117 ◦ green 86 ◦ blue 28

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

Shades of Raw Umber #75561C

Tints of Raw Umber #75561C

RGB

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

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

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

R = 50.65%
G = 37.23%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75561C (or 0x75561C) is known color: Raw Umber. HEX triplet: 75, 56 and 1C. RGB value is (117,86,28). Sum of RGB (Red+Green+Blue) = 117+86+28=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561C is #8AA9E3. Grayscale: #585858. Windows color (decimal): -9087460 or 1857141. OLE color: 1857141.

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

Color convert

RGB 117 86 28 -
CMYK 0 0.26 0.76 0.54
HSL 39.1º 0.61% 0.28% -
HSV(B) 39.1º 0.76% 0.46% -
XYZ 10.87 10.52 2.56 -
YUV 88.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 117 86 28 0 0.26 0.76 0.54 39.1 0.61 0.28
Hex 75 56 1C 0 1A 4C 36 27 3D 1C
Octal 165 126 34 0 32 114 66 47 75 34
Binary 1110101 1010110 11100 0 11010 1001100 110110 100111 111101 11100

Color Harmonies of #75561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75561C

Black with #75561C

Text Example


Text Example

White with #75561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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