Html Css Color HEX #702823 Auburn

📋 copy color: '#702823'

red 112 ◦ green 40 ◦ blue 35

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

Shades of Auburn #702823

Tints of Auburn #702823

RGB

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

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

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

R = 59.89%
G = 21.39%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#702823 (or 0x702823) is known color: Auburn. HEX triplet: 70, 28 and 23. RGB value is (112,40,35). Sum of RGB (Red+Green+Blue) = 112+40+35=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702823 is #8FD7DC. Grayscale: #3D3D3D. Windows color (decimal): -9426909 or 2304112. OLE color: 2304112.

HSL color Cylindrical-coordinate representation of color #702823: hue angle of 3.9º 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 #702823 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 35 -
CMYK 0 0.64 0.69 0.56
HSL 3.9º 0.52% 0.29% -
HSV(B) 3.9º 0.69% 0.44% -
XYZ 7.74 5.08 2.16 -
YUV 60.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 112 40 35 0 0.64 0.69 0.56 3.9 0.52 0.29
Hex 70 28 23 0 40 45 38 4 34 1D
Octal 160 50 43 0 100 105 70 4 64 35
Binary 1110000 101000 100011 0 1000000 1000101 111000 100 110100 11101

Color Harmonies of #702823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702823

Black with #702823

Text Example


Text Example

White with #702823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702823; }

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

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

background-color css

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

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

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

border-color css

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

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

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