Html Css Color HEX #702A17 Pueblo

📋 copy color: '#702A17'

red 112 ◦ green 42 ◦ blue 23

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

Shades of Pueblo #702A17

Tints of Pueblo #702A17

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.73%

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 63.28%
G = 23.73%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702A17 (or 0x702A17) is known color: Pueblo. HEX triplet: 70, 2A and 17. RGB value is (112,42,23). Sum of RGB (Red+Green+Blue) = 112+42+23=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A17 is #8FD5E8. Grayscale: #3C3C3C. Windows color (decimal): -9426409 or 1518192. OLE color: 1518192.

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

Color convert

RGB 112 42 23 -
CMYK 0 0.62 0.79 0.56
HSL 12.81º 0.66% 0.26% -
HSV(B) 12.81º 0.79% 0.44% -
XYZ 7.66 5.16 1.4 -
YUV 60.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 112 42 23 0 0.62 0.79 0.56 12.81 0.66 0.26
Hex 70 2A 17 0 3E 4F 38 D 42 1A
Octal 160 52 27 0 76 117 70 15 102 32
Binary 1110000 101010 10111 0 111110 1001111 111000 1101 1000010 11010

Color Harmonies of #702A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A17

Black with #702A17

Text Example


Text Example

White with #702A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,42,23); }

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

background-color css

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

 a { background-color: rgb(112,42,23); }

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

border-color css

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

 span { border-color: rgb(112,42,23); }

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