Html Css Color HEX #703022 Pueblo

📋 copy color: '#703022'

red 112 ◦ green 48 ◦ blue 34

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

Shades of Pueblo #703022

Tints of Pueblo #703022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.74%

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

R = 57.73%
G = 24.74%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#703022 (or 0x703022) is known color: Pueblo. HEX triplet: 70, 30 and 22. RGB value is (112,48,34). Sum of RGB (Red+Green+Blue) = 112+48+34=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #703022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703022 is #8FCFDD. Grayscale: #414141. Windows color (decimal): -9424862 or 2240624. OLE color: 2240624.

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

Color convert

RGB 112 48 34 -
CMYK 0 0.57 0.70 0.56
HSL 10.77º 0.53% 0.29% -
HSV(B) 10.77º 0.7% 0.44% -
XYZ 8.03 5.67 2.19 -
YUV 65.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 112 48 34 0 0.57 0.70 0.56 10.77 0.53 0.29
Hex 70 30 22 0 39 46 38 B 35 1D
Octal 160 60 42 0 71 106 70 13 65 35
Binary 1110000 110000 100010 0 111001 1000110 111000 1011 110101 11101

Color Harmonies of #703022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703022

Black with #703022

Text Example


Text Example

White with #703022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703022; }

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

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

background-color css

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

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

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

border-color css

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

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

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