Html Css Color HEX #703421 Pueblo

📋 copy color: '#703421'

red 112 ◦ green 52 ◦ blue 33

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

Shades of Pueblo #703421

Tints of Pueblo #703421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 56.85%
G = 26.4%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#703421 (or 0x703421) is known color: Pueblo. HEX triplet: 70, 34 and 21. RGB value is (112,52,33). Sum of RGB (Red+Green+Blue) = 112+52+33=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #703421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703421 is #8FCBDE. Grayscale: #434343. Windows color (decimal): -9423839 or 2176112. OLE color: 2176112.

HSL color Cylindrical-coordinate representation of color #703421: hue angle of 14.43º degrees, saturation: 0.54, 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 #703421 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 52 33 -
CMYK 0 0.54 0.71 0.56
HSL 14.43º 0.54% 0.28% -
HSV(B) 14.43º 0.71% 0.44% -
XYZ 8.18 6.01 2.17 -
YUV 67.77 108.38 159.54 -
System Red Green Blue C M Y K H S L
Decimal 112 52 33 0 0.54 0.71 0.56 14.43 0.54 0.28
Hex 70 34 21 0 36 47 38 E 36 1C
Octal 160 64 41 0 66 107 70 16 66 34
Binary 1110000 110100 100001 0 110110 1000111 111000 1110 110110 11100

Color Harmonies of #703421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703421

Black with #703421

Text Example


Text Example

White with #703421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703421; }

 p { color: rgb(112,52,33); }

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

background-color css

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

 a { background-color: rgb(112,52,33); }

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

border-color css

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

 span { border-color: rgb(112,52,33); }

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