Html Css Color HEX #702A13 Pueblo

📋 copy color: '#702A13'

red 112 ◦ green 42 ◦ blue 19

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

Shades of Pueblo #702A13

Tints of Pueblo #702A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 64.74%
G = 24.28%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#702A13 (or 0x702A13) is known color: Pueblo. HEX triplet: 70, 2A and 13. RGB value is (112,42,19). Sum of RGB (Red+Green+Blue) = 112+42+19=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #702A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702A13 is #8FD5EC. Grayscale: #3C3C3C. Windows color (decimal): -9426413 or 1256048. OLE color: 1256048.

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

Color convert

RGB 112 42 19 -
CMYK 0 0.62 0.83 0.56
HSL 14.84º 0.71% 0.26% -
HSV(B) 14.84º 0.83% 0.44% -
XYZ 7.63 5.15 1.21 -
YUV 60.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 112 42 19 0 0.62 0.83 0.56 14.84 0.71 0.26
Hex 70 2A 13 0 3E 53 38 F 47 1A
Octal 160 52 23 0 76 123 70 17 107 32
Binary 1110000 101010 10011 0 111110 1010011 111000 1111 1000111 11010

Color Harmonies of #702A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702A13

Black with #702A13

Text Example


Text Example

White with #702A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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