Html Css Color HEX #703529 Pueblo

📋 copy color: '#703529'

red 112 ◦ green 53 ◦ blue 41

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

Shades of Pueblo #703529

Tints of Pueblo #703529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 54.37%
G = 25.73%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703529 (or 0x703529) is known color: Pueblo. HEX triplet: 70, 35 and 29. RGB value is (112,53,41). Sum of RGB (Red+Green+Blue) = 112+53+41=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #703529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703529 is #8FCAD6. Grayscale: #454545. Windows color (decimal): -9423575 or 2700656. OLE color: 2700656.

HSL color Cylindrical-coordinate representation of color #703529: hue angle of 10.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703529 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 53 41 -
CMYK 0 0.53 0.63 0.56
HSL 10.14º 0.46% 0.3% -
HSV(B) 10.14º 0.63% 0.44% -
XYZ 8.36 6.15 2.84 -
YUV 69.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 112 53 41 0 0.53 0.63 0.56 10.14 0.46 0.3
Hex 70 35 29 0 35 3F 38 A 2E 1E
Octal 160 65 51 0 65 77 70 12 56 36
Binary 1110000 110101 101001 0 110101 111111 111000 1010 101110 11110

Color Harmonies of #703529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703529

Black with #703529

Text Example


Text Example

White with #703529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703529; }

 p { color: rgb(112,53,41); }

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

background-color css

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

 a { background-color: rgb(112,53,41); }

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

border-color css

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

 span { border-color: rgb(112,53,41); }

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