Html Css Color HEX #672825 Auburn

📋 copy color: '#672825'

red 103 ◦ green 40 ◦ blue 37

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

Shades of Auburn #672825

Tints of Auburn #672825

RGB

 RED value IS 103 (40.63% from 255) = 57.22%

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

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

R = 57.22%
G = 22.22%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#672825 (or 0x672825) is known color: Auburn. HEX triplet: 67, 28 and 25. RGB value is (103,40,37). Sum of RGB (Red+Green+Blue) = 103+40+37=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #672825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672825 is #98D7DA. Grayscale: #3A3A3A. Windows color (decimal): -10016731 or 2435175. OLE color: 2435175.

HSL color Cylindrical-coordinate representation of color #672825: hue angle of 2.73º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #672825 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 40 37 -
CMYK 0 0.61 0.64 0.60
HSL 2.73º 0.47% 0.27% -
HSV(B) 2.73º 0.64% 0.4% -
XYZ 6.69 4.53 2.27 -
YUV 58.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 103 40 37 0 0.61 0.64 0.60 2.73 0.47 0.27
Hex 67 28 25 0 3D 40 3C 3 2F 1B
Octal 147 50 45 0 75 100 74 3 57 33
Binary 1100111 101000 100101 0 111101 1000000 111100 11 101111 11011

Color Harmonies of #672825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672825

Black with #672825

Text Example


Text Example

White with #672825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672825; }

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

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

background-color css

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

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

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

border-color css

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

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

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