Html Css Color HEX #732726 Auburn

📋 copy color: '#732726'

red 115 ◦ green 39 ◦ blue 38

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

Shades of Auburn #732726

Tints of Auburn #732726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 38 (15.23% from 255) = 19.79%

R = 59.9%
G = 20.31%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#732726 (or 0x732726) is known color: Auburn. HEX triplet: 73, 27 and 26. RGB value is (115,39,38). Sum of RGB (Red+Green+Blue) = 115+39+38=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #732726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732726 is #8CD8D9. Grayscale: #3D3D3D. Windows color (decimal): -9230554 or 2500467. OLE color: 2500467.

HSL color Cylindrical-coordinate representation of color #732726: hue angle of 0.78º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732726 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 39 38 -
CMYK 0 0.66 0.67 0.55
HSL 0.78º 0.5% 0.3% -
HSV(B) 0.78º 0.67% 0.45% -
XYZ 8.15 5.24 2.42 -
YUV 61.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 115 39 38 0 0.66 0.67 0.55 0.78 0.5 0.3
Hex 73 27 26 0 42 43 37 1 32 1E
Octal 163 47 46 0 102 103 67 1 62 36
Binary 1110011 100111 100110 0 1000010 1000011 110111 1 110010 11110

Color Harmonies of #732726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732726

Black with #732726

Text Example


Text Example

White with #732726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732726; }

 p { color: rgb(115,39,38); }

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

background-color css

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

 a { background-color: rgb(115,39,38); }

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

border-color css

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

 span { border-color: rgb(115,39,38); }

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