Html Css Color HEX #702D2B Auburn

📋 copy color: '#702D2B'

red 112 ◦ green 45 ◦ blue 43

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

Shades of Auburn #702D2B

Tints of Auburn #702D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.5%

 BLUE value IS 43 (17.19% from 255) = 21.5%

R = 56%
G = 22.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#702D2B (or 0x702D2B) is known color: Auburn. HEX triplet: 70, 2D and 2B. RGB value is (112,45,43). Sum of RGB (Red+Green+Blue) = 112+45+43=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #702D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702D2B is #8FD2D4. Grayscale: #404040. Windows color (decimal): -9425621 or 2829680. OLE color: 2829680.

HSL color Cylindrical-coordinate representation of color #702D2B: hue angle of 1.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702D2B is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 45 43 -
CMYK 0 0.60 0.62 0.56
HSL 1.74º 0.45% 0.3% -
HSV(B) 1.74º 0.62% 0.44% -
XYZ 8.06 5.5 2.92 -
YUV 64.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 112 45 43 0 0.60 0.62 0.56 1.74 0.45 0.3
Hex 70 2D 2B 0 3C 3E 38 2 2D 1E
Octal 160 55 53 0 74 76 70 2 55 36
Binary 1110000 101101 101011 0 111100 111110 111000 10 101101 11110

Color Harmonies of #702D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702D2B

Black with #702D2B

Text Example


Text Example

White with #702D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702D2B; }

 p { color: rgb(112,45,43); }

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

background-color css

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

 a { background-color: rgb(112,45,43); }

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

border-color css

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

 span { border-color: rgb(112,45,43); }

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