Html Css Color HEX #703526 Pueblo

📋 copy color: '#703526'

red 112 ◦ green 53 ◦ blue 38

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

Shades of Pueblo #703526

Tints of Pueblo #703526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.72%

R = 55.17%
G = 26.11%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#703526 (or 0x703526) is known color: Pueblo. HEX triplet: 70, 35 and 26. RGB value is (112,53,38). Sum of RGB (Red+Green+Blue) = 112+53+38=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #703526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703526 is #8FCAD9. Grayscale: #454545. Windows color (decimal): -9423578 or 2504048. OLE color: 2504048.

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

Color convert

RGB 112 53 38 -
CMYK 0 0.53 0.66 0.56
HSL 12.16º 0.49% 0.29% -
HSV(B) 12.16º 0.66% 0.44% -
XYZ 8.31 6.13 2.58 -
YUV 68.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 112 53 38 0 0.53 0.66 0.56 12.16 0.49 0.29
Hex 70 35 26 0 35 42 38 C 31 1D
Octal 160 65 46 0 65 102 70 14 61 35
Binary 1110000 110101 100110 0 110101 1000010 111000 1100 110001 11101

Color Harmonies of #703526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703526

Black with #703526

Text Example


Text Example

White with #703526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703526; }

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

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

background-color css

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

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

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

border-color css

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

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

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