Html Css Color HEX #703729 Pueblo

📋 copy color: '#703729'

red 112 ◦ green 55 ◦ blue 41

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

Shades of Pueblo #703729

Tints of Pueblo #703729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

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

R = 53.85%
G = 26.44%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#703729 (or 0x703729) is known color: Pueblo. HEX triplet: 70, 37 and 29. RGB value is (112,55,41). Sum of RGB (Red+Green+Blue) = 112+55+41=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #703729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703729 is #8FC8D6. Grayscale: #464646. Windows color (decimal): -9423063 or 2701168. OLE color: 2701168.

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

Color convert

RGB 112 55 41 -
CMYK 0 0.51 0.63 0.56
HSL 11.83º 0.46% 0.3% -
HSV(B) 11.83º 0.63% 0.44% -
XYZ 8.45 6.34 2.88 -
YUV 70.45 111.38 157.64 -
System Red Green Blue C M Y K H S L
Decimal 112 55 41 0 0.51 0.63 0.56 11.83 0.46 0.3
Hex 70 37 29 0 33 3F 38 C 2E 1E
Octal 160 67 51 0 63 77 70 14 56 36
Binary 1110000 110111 101001 0 110011 111111 111000 1100 101110 11110

Color Harmonies of #703729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703729

Black with #703729

Text Example


Text Example

White with #703729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703729; }

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

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

background-color css

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

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

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

border-color css

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

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

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