Html Css Color HEX #702913 Pueblo

📋 copy color: '#702913'

red 112 ◦ green 41 ◦ blue 19

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

Shades of Pueblo #702913

Tints of Pueblo #702913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.84%

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

R = 65.12%
G = 23.84%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#702913 (or 0x702913) is known color: Pueblo. HEX triplet: 70, 29 and 13. RGB value is (112,41,19). Sum of RGB (Red+Green+Blue) = 112+41+19=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702913 is #8FD6EC. Grayscale: #3B3B3B. Windows color (decimal): -9426669 or 1255792. OLE color: 1255792.

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

Color convert

RGB 112 41 19 -
CMYK 0 0.63 0.83 0.56
HSL 14.19º 0.71% 0.26% -
HSV(B) 14.19º 0.83% 0.44% -
XYZ 7.59 5.08 1.2 -
YUV 59.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 112 41 19 0 0.63 0.83 0.56 14.19 0.71 0.26
Hex 70 29 13 0 3F 53 38 E 47 1A
Octal 160 51 23 0 77 123 70 16 107 32
Binary 1110000 101001 10011 0 111111 1010011 111000 1110 1000111 11010

Color Harmonies of #702913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702913

Black with #702913

Text Example


Text Example

White with #702913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702913; }

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

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

background-color css

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

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

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

border-color css

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

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

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