Html Css Color HEX #702B16 Pueblo

📋 copy color: '#702B16'

red 112 ◦ green 43 ◦ blue 22

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

Shades of Pueblo #702B16

Tints of Pueblo #702B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.29%

 BLUE value IS 22 (8.98% from 255) = 12.43%

R = 63.28%
G = 24.29%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#702B16 (or 0x702B16) is known color: Pueblo. HEX triplet: 70, 2B and 16. RGB value is (112,43,22). Sum of RGB (Red+Green+Blue) = 112+43+22=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702B16 is #8FD4E9. Grayscale: #3D3D3D. Windows color (decimal): -9426154 or 1452912. OLE color: 1452912.

HSL color Cylindrical-coordinate representation of color #702B16: hue angle of 14º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #702B16 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 43 22 -
CMYK 0 0.62 0.80 0.56
HSL 14º 0.67% 0.26% -
HSV(B) 14º 0.8% 0.44% -
XYZ 7.69 5.23 1.36 -
YUV 61.24 105.86 164.21 -
System Red Green Blue C M Y K H S L
Decimal 112 43 22 0 0.62 0.80 0.56 14 0.67 0.26
Hex 70 2B 16 0 3E 50 38 E 43 1A
Octal 160 53 26 0 76 120 70 16 103 32
Binary 1110000 101011 10110 0 111110 1010000 111000 1110 1000011 11010

Color Harmonies of #702B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702B16

Black with #702B16

Text Example


Text Example

White with #702B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702B16; }

 p { color: rgb(112,43,22); }

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

background-color css

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

 a { background-color: rgb(112,43,22); }

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

border-color css

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

 span { border-color: rgb(112,43,22); }

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