Html Css Color HEX #703222 Pueblo

📋 copy color: '#703222'

red 112 ◦ green 50 ◦ blue 34

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

Shades of Pueblo #703222

Tints of Pueblo #703222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 57.14%
G = 25.51%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#703222 (or 0x703222) is known color: Pueblo. HEX triplet: 70, 32 and 22. RGB value is (112,50,34). Sum of RGB (Red+Green+Blue) = 112+50+34=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703222 is #8FCDDD. Grayscale: #424242. Windows color (decimal): -9424350 or 2241136. OLE color: 2241136.

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

Color convert

RGB 112 50 34 -
CMYK 0 0.55 0.70 0.56
HSL 12.31º 0.53% 0.29% -
HSV(B) 12.31º 0.7% 0.44% -
XYZ 8.11 5.84 2.21 -
YUV 66.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 112 50 34 0 0.55 0.70 0.56 12.31 0.53 0.29
Hex 70 32 22 0 37 46 38 C 35 1D
Octal 160 62 42 0 67 106 70 14 65 35
Binary 1110000 110010 100010 0 110111 1000110 111000 1100 110101 11101

Color Harmonies of #703222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703222

Black with #703222

Text Example


Text Example

White with #703222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703222; }

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

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

background-color css

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

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

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

border-color css

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

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

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