Html Css Color HEX #703522 Pueblo

📋 copy color: '#703522'

red 112 ◦ green 53 ◦ blue 34

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

Shades of Pueblo #703522

Tints of Pueblo #703522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.09%

R = 56.28%
G = 26.63%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#703522 (or 0x703522) is known color: Pueblo. HEX triplet: 70, 35 and 22. RGB value is (112,53,34). Sum of RGB (Red+Green+Blue) = 112+53+34=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #703522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703522 is #8FCADD. Grayscale: #444444. Windows color (decimal): -9423582 or 2241904. OLE color: 2241904.

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

Color convert

RGB 112 53 34 -
CMYK 0 0.53 0.70 0.56
HSL 14.62º 0.53% 0.29% -
HSV(B) 14.62º 0.7% 0.44% -
XYZ 8.24 6.11 2.26 -
YUV 68.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 112 53 34 0 0.53 0.70 0.56 14.62 0.53 0.29
Hex 70 35 22 0 35 46 38 F 35 1D
Octal 160 65 42 0 65 106 70 17 65 35
Binary 1110000 110101 100010 0 110101 1000110 111000 1111 110101 11101

Color Harmonies of #703522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703522

Black with #703522

Text Example


Text Example

White with #703522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703522; }

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

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

background-color css

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

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

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

border-color css

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

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

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