Html Css Color HEX #733230 Auburn

📋 copy color: '#733230'

red 115 ◦ green 50 ◦ blue 48

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

Shades of Auburn #733230

Tints of Auburn #733230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 53.99%
G = 23.47%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#733230 (or 0x733230) is known color: Auburn. HEX triplet: 73, 32 and 30. RGB value is (115,50,48). Sum of RGB (Red+Green+Blue) = 115+50+48=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #733230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733230 is #8CCDCF. Grayscale: #454545. Windows color (decimal): -9227728 or 3158643. OLE color: 3158643.

HSL color Cylindrical-coordinate representation of color #733230: hue angle of 1.79º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733230 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 50 48 -
CMYK 0 0.57 0.58 0.55
HSL 1.79º 0.41% 0.32% -
HSV(B) 1.79º 0.58% 0.45% -
XYZ 8.74 6.14 3.52 -
YUV 69.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 115 50 48 0 0.57 0.58 0.55 1.79 0.41 0.32
Hex 73 32 30 0 39 3A 37 2 29 20
Octal 163 62 60 0 71 72 67 2 51 40
Binary 1110011 110010 110000 0 111001 111010 110111 10 101001 100000

Color Harmonies of #733230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #733230

Black with #733230

Text Example


Text Example

White with #733230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #733230; }

 p { color: rgb(115,50,48); }

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

background-color css

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

 a { background-color: rgb(115,50,48); }

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

border-color css

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

 span { border-color: rgb(115,50,48); }

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