Html Css Color HEX #732F2D Auburn

📋 copy color: '#732F2D'

red 115 ◦ green 47 ◦ blue 45

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

Shades of Auburn #732F2D

Tints of Auburn #732F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.71%

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 55.56%
G = 22.71%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#732F2D (or 0x732F2D) is known color: Auburn. HEX triplet: 73, 2F and 2D. RGB value is (115,47,45). Sum of RGB (Red+Green+Blue) = 115+47+45=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #732F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F2D is #8CD0D2. Grayscale: #434343. Windows color (decimal): -9228499 or 2961267. OLE color: 2961267.

HSL color Cylindrical-coordinate representation of color #732F2D: hue angle of 1.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732F2D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 47 45 -
CMYK 0 0.59 0.61 0.55
HSL 1.71º 0.44% 0.31% -
HSV(B) 1.71º 0.61% 0.45% -
XYZ 8.56 5.87 3.16 -
YUV 67.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 115 47 45 0 0.59 0.61 0.55 1.71 0.44 0.31
Hex 73 2F 2D 0 3B 3D 37 2 2C 1F
Octal 163 57 55 0 73 75 67 2 54 37
Binary 1110011 101111 101101 0 111011 111101 110111 10 101100 11111

Color Harmonies of #732F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732F2D

Black with #732F2D

Text Example


Text Example

White with #732F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732F2D; }

 p { color: rgb(115,47,45); }

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

background-color css

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

 a { background-color: rgb(115,47,45); }

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

border-color css

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

 span { border-color: rgb(115,47,45); }

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