Html Css Color HEX #702A15 Pueblo

📋 copy color: '#702A15'

red 112 ◦ green 42 ◦ blue 21

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

Shades of Pueblo #702A15

Tints of Pueblo #702A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12%

R = 64%
G = 24%
B = 12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702A15 (or 0x702A15) is known color: Pueblo. HEX triplet: 70, 2A and 15. RGB value is (112,42,21). Sum of RGB (Red+Green+Blue) = 112+42+21=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #702A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A15 is #8FD5EA. Grayscale: #3C3C3C. Windows color (decimal): -9426411 or 1387120. OLE color: 1387120.

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

Color convert

RGB 112 42 21 -
CMYK 0 0.62 0.81 0.56
HSL 13.85º 0.68% 0.26% -
HSV(B) 13.85º 0.81% 0.44% -
XYZ 7.65 5.15 1.3 -
YUV 60.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 112 42 21 0 0.62 0.81 0.56 13.85 0.68 0.26
Hex 70 2A 15 0 3E 51 38 E 44 1A
Octal 160 52 25 0 76 121 70 16 104 32
Binary 1110000 101010 10101 0 111110 1010001 111000 1110 1000100 11010

Color Harmonies of #702A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A15

Black with #702A15

Text Example


Text Example

White with #702A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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