Html Css Color HEX #703422 Pueblo

📋 copy color: '#703422'

red 112 ◦ green 52 ◦ blue 34

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

Shades of Pueblo #703422

Tints of Pueblo #703422

RGB

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

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

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

R = 56.57%
G = 26.26%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#703422 (or 0x703422) is known color: Pueblo. HEX triplet: 70, 34 and 22. RGB value is (112,52,34). Sum of RGB (Red+Green+Blue) = 112+52+34=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #703422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703422 is #8FCBDD. Grayscale: #444444. Windows color (decimal): -9423838 or 2241648. OLE color: 2241648.

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

Color convert

RGB 112 52 34 -
CMYK 0 0.54 0.70 0.56
HSL 13.85º 0.53% 0.29% -
HSV(B) 13.85º 0.7% 0.44% -
XYZ 8.2 6.02 2.24 -
YUV 67.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 112 52 34 0 0.54 0.70 0.56 13.85 0.53 0.29
Hex 70 34 22 0 36 46 38 E 35 1D
Octal 160 64 42 0 66 106 70 16 65 35
Binary 1110000 110100 100010 0 110110 1000110 111000 1110 110101 11101

Color Harmonies of #703422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703422

Black with #703422

Text Example


Text Example

White with #703422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703422; }

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

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

background-color css

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

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

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

border-color css

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

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

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