Html Css Color HEX #75561A Raw Umber

📋 copy color: '#75561A'

red 117 ◦ green 86 ◦ blue 26

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

Shades of Raw Umber #75561A

Tints of Raw Umber #75561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.35%

R = 51.09%
G = 37.55%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75561A (or 0x75561A) is known color: Raw Umber. HEX triplet: 75, 56 and 1A. RGB value is (117,86,26). Sum of RGB (Red+Green+Blue) = 117+86+26=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561A is #8AA9E5. Grayscale: #585858. Windows color (decimal): -9087462 or 1726069. OLE color: 1726069.

HSL color Cylindrical-coordinate representation of color #75561A: hue angle of 39.56º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75561A is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 26 -
CMYK 0 0.26 0.78 0.54
HSL 39.56º 0.64% 0.28% -
HSV(B) 39.56º 0.78% 0.46% -
XYZ 10.85 10.51 2.43 -
YUV 88.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 117 86 26 0 0.26 0.78 0.54 39.56 0.64 0.28
Hex 75 56 1A 0 1A 4E 36 28 40 1C
Octal 165 126 32 0 32 116 66 50 100 34
Binary 1110101 1010110 11010 0 11010 1001110 110110 101000 1000000 11100

Color Harmonies of #75561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75561A

Black with #75561A

Text Example


Text Example

White with #75561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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