Html Css Color HEX #732822 Auburn

📋 copy color: '#732822'

red 115 ◦ green 40 ◦ blue 34

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

Shades of Auburn #732822

Tints of Auburn #732822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.99%

R = 60.85%
G = 21.16%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#732822 (or 0x732822) is known color: Auburn. HEX triplet: 73, 28 and 22. RGB value is (115,40,34). Sum of RGB (Red+Green+Blue) = 115+40+34=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #732822 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732822 is #8CD7DD. Grayscale: #3D3D3D. Windows color (decimal): -9230302 or 2238579. OLE color: 2238579.

HSL color Cylindrical-coordinate representation of color #732822: hue angle of 4.44º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732822 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 40 34 -
CMYK 0 0.65 0.70 0.55
HSL 4.44º 0.54% 0.29% -
HSV(B) 4.44º 0.7% 0.45% -
XYZ 8.12 5.28 2.1 -
YUV 61.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 115 40 34 0 0.65 0.70 0.55 4.44 0.54 0.29
Hex 73 28 22 0 41 46 37 4 36 1D
Octal 163 50 42 0 101 106 67 4 66 35
Binary 1110011 101000 100010 0 1000001 1000110 110111 100 110110 11101

Color Harmonies of #732822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732822

Black with #732822

Text Example


Text Example

White with #732822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732822; }

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

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

background-color css

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

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

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

border-color css

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

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

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