Html Css Color HEX #702723 Auburn

📋 copy color: '#702723'

red 112 ◦ green 39 ◦ blue 35

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

Shades of Auburn #702723

Tints of Auburn #702723

RGB

 RED value IS 112 (44.14% from 255) = 60.22%

 GREEN value IS 39 (15.63% from 255) = 20.97%

 BLUE value IS 35 (14.06% from 255) = 18.82%

R = 60.22%
G = 20.97%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#702723 (or 0x702723) is known color: Auburn. HEX triplet: 70, 27 and 23. RGB value is (112,39,35). Sum of RGB (Red+Green+Blue) = 112+39+35=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #702723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702723 is #8FD8DC. Grayscale: #3C3C3C. Windows color (decimal): -9427165 or 2303856. OLE color: 2303856.

HSL color Cylindrical-coordinate representation of color #702723: hue angle of 3.12º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702723 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 35 -
CMYK 0 0.65 0.69 0.56
HSL 3.12º 0.52% 0.29% -
HSV(B) 3.12º 0.69% 0.44% -
XYZ 7.71 5.02 2.15 -
YUV 60.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 112 39 35 0 0.65 0.69 0.56 3.12 0.52 0.29
Hex 70 27 23 0 41 45 38 3 34 1D
Octal 160 47 43 0 101 105 70 3 64 35
Binary 1110000 100111 100011 0 1000001 1000101 111000 11 110100 11101

Color Harmonies of #702723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702723

Black with #702723

Text Example


Text Example

White with #702723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702723; }

 p { color: rgb(112,39,35); }

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

background-color css

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

 a { background-color: rgb(112,39,35); }

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

border-color css

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

 span { border-color: rgb(112,39,35); }

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