Html Css Color HEX #73551A Raw Umber

📋 copy color: '#73551A'

red 115 ◦ green 85 ◦ blue 26

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

Shades of Raw Umber #73551A

Tints of Raw Umber #73551A

RGB

 RED value IS 115 (45.31% from 255) = 50.88%

 GREEN value IS 85 (33.59% from 255) = 37.61%

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

R = 50.88%
G = 37.61%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#73551A (or 0x73551A) is known color: Raw Umber. HEX triplet: 73, 55 and 1A. RGB value is (115,85,26). Sum of RGB (Red+Green+Blue) = 115+85+26=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #73551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73551A is #8CAAE5. Grayscale: #575757. Windows color (decimal): -9218790 or 1725811. OLE color: 1725811.

HSL color Cylindrical-coordinate representation of color #73551A: hue angle of 39.78º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73551A is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 85 26 -
CMYK 0 0.26 0.77 0.55
HSL 39.78º 0.63% 0.28% -
HSV(B) 39.78º 0.77% 0.45% -
XYZ 10.51 10.22 2.4 -
YUV 87.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 115 85 26 0 0.26 0.77 0.55 39.78 0.63 0.28
Hex 73 55 1A 0 1A 4D 37 28 3F 1C
Octal 163 125 32 0 32 115 67 50 77 34
Binary 1110011 1010101 11010 0 11010 1001101 110111 101000 111111 11100

Color Harmonies of #73551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73551A

Black with #73551A

Text Example


Text Example

White with #73551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,85,26); }

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

background-color css

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

 a { background-color: rgb(115,85,26); }

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

border-color css

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

 span { border-color: rgb(115,85,26); }

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