Html Css Color HEX #703528 Pueblo

📋 copy color: '#703528'

red 112 ◦ green 53 ◦ blue 40

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

Shades of Pueblo #703528

Tints of Pueblo #703528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 54.63%
G = 25.85%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#703528 (or 0x703528) is known color: Pueblo. HEX triplet: 70, 35 and 28. RGB value is (112,53,40). Sum of RGB (Red+Green+Blue) = 112+53+40=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #703528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703528 is #8FCAD7. Grayscale: #454545. Windows color (decimal): -9423576 or 2635120. OLE color: 2635120.

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

Color convert

RGB 112 53 40 -
CMYK 0 0.53 0.64 0.56
HSL 10.83º 0.47% 0.3% -
HSV(B) 10.83º 0.64% 0.44% -
XYZ 8.34 6.14 2.75 -
YUV 69.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 112 53 40 0 0.53 0.64 0.56 10.83 0.47 0.3
Hex 70 35 28 0 35 40 38 B 2F 1E
Octal 160 65 50 0 65 100 70 13 57 36
Binary 1110000 110101 101000 0 110101 1000000 111000 1011 101111 11110

Color Harmonies of #703528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703528

Black with #703528

Text Example


Text Example

White with #703528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703528; }

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

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

background-color css

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

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

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

border-color css

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

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

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