Html Css Color HEX #703120 Pueblo

📋 copy color: '#703120'

red 112 ◦ green 49 ◦ blue 32

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

Shades of Pueblo #703120

Tints of Pueblo #703120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.39%

 BLUE value IS 32 (12.89% from 255) = 16.58%

R = 58.03%
G = 25.39%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703120 (or 0x703120) is known color: Pueblo. HEX triplet: 70, 31 and 20. RGB value is (112,49,32). Sum of RGB (Red+Green+Blue) = 112+49+32=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #703120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703120 is #8FCEDF. Grayscale: #424242. Windows color (decimal): -9424608 or 2109808. OLE color: 2109808.

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

Color convert

RGB 112 49 32 -
CMYK 0 0.56 0.71 0.56
HSL 12.75º 0.56% 0.28% -
HSV(B) 12.75º 0.71% 0.44% -
XYZ 8.04 5.75 2.05 -
YUV 65.9 108.87 160.88 -
System Red Green Blue C M Y K H S L
Decimal 112 49 32 0 0.56 0.71 0.56 12.75 0.56 0.28
Hex 70 31 20 0 38 47 38 D 38 1C
Octal 160 61 40 0 70 107 70 15 70 34
Binary 1110000 110001 100000 0 111000 1000111 111000 1101 111000 11100

Color Harmonies of #703120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703120

Black with #703120

Text Example


Text Example

White with #703120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703120; }

 p { color: rgb(112,49,32); }

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

background-color css

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

 a { background-color: rgb(112,49,32); }

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

border-color css

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

 span { border-color: rgb(112,49,32); }

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