Html Css Color HEX #703420 Pueblo

📋 copy color: '#703420'

red 112 ◦ green 52 ◦ blue 32

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

Shades of Pueblo #703420

Tints of Pueblo #703420

RGB

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

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

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

R = 57.14%
G = 26.53%
B = 16.33%

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

#703420 (or 0x703420) is known color: Pueblo. HEX triplet: 70, 34 and 20. RGB value is (112,52,32). Sum of RGB (Red+Green+Blue) = 112+52+32=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #703420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703420 is #8FCBDF. Grayscale: #434343. Windows color (decimal): -9423840 or 2110576. OLE color: 2110576.

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

Color convert

RGB 112 52 32 -
CMYK 0 0.54 0.71 0.56
HSL 15º 0.56% 0.28% -
HSV(B) 15º 0.71% 0.44% -
XYZ 8.17 6.01 2.09 -
YUV 67.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 112 52 32 0 0.54 0.71 0.56 15 0.56 0.28
Hex 70 34 20 0 36 47 38 F 38 1C
Octal 160 64 40 0 66 107 70 17 70 34
Binary 1110000 110100 100000 0 110110 1000111 111000 1111 111000 11100

Color Harmonies of #703420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703420

Black with #703420

Text Example


Text Example

White with #703420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703420; }

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

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

background-color css

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

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

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

border-color css

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

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

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