Html Css Color HEX #732825 Auburn

📋 copy color: '#732825'

red 115 ◦ green 40 ◦ blue 37

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

Shades of Auburn #732825

Tints of Auburn #732825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 59.9%
G = 20.83%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#732825 (or 0x732825) is known color: Auburn. HEX triplet: 73, 28 and 25. RGB value is (115,40,37). Sum of RGB (Red+Green+Blue) = 115+40+37=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #732825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732825 is #8CD7DA. Grayscale: #3E3E3E. Windows color (decimal): -9230299 or 2435187. OLE color: 2435187.

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

Color convert

RGB 115 40 37 -
CMYK 0 0.65 0.68 0.55
HSL 2.31º 0.51% 0.3% -
HSV(B) 2.31º 0.68% 0.45% -
XYZ 8.16 5.3 2.34 -
YUV 62.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 115 40 37 0 0.65 0.68 0.55 2.31 0.51 0.3
Hex 73 28 25 0 41 44 37 2 33 1E
Octal 163 50 45 0 101 104 67 2 63 36
Binary 1110011 101000 100101 0 1000001 1000100 110111 10 110011 11110

Color Harmonies of #732825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732825

Black with #732825

Text Example


Text Example

White with #732825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732825; }

 p { color: rgb(115,40,37); }

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

background-color css

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

 a { background-color: rgb(115,40,37); }

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

border-color css

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

 span { border-color: rgb(115,40,37); }

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