Html Css Color HEX #702820 Pueblo

📋 copy color: '#702820'

red 112 ◦ green 40 ◦ blue 32

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

Shades of Pueblo #702820

Tints of Pueblo #702820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

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

R = 60.87%
G = 21.74%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#702820 (or 0x702820) is known color: Pueblo. HEX triplet: 70, 28 and 20. RGB value is (112,40,32). Sum of RGB (Red+Green+Blue) = 112+40+32=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702820 is #8FD7DF. Grayscale: #3C3C3C. Windows color (decimal): -9426912 or 2107504. OLE color: 2107504.

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

Color convert

RGB 112 40 32 -
CMYK 0 0.64 0.71 0.56
HSL 0.56% 0.28% -
HSV(B) 0.71% 0.44% -
XYZ 7.7 5.07 1.94 -
YUV 60.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 112 40 32 0 0.64 0.71 0.56 6 0.56 0.28
Hex 70 28 20 0 40 47 38 6 38 1C
Octal 160 50 40 0 100 107 70 6 70 34
Binary 1110000 101000 100000 0 1000000 1000111 111000 110 111000 11100

Color Harmonies of #702820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702820

Black with #702820

Text Example


Text Example

White with #702820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702820; }

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

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

background-color css

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

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

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

border-color css

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

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

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