Html Css Color HEX #702919 Pueblo

📋 copy color: '#702919'

red 112 ◦ green 41 ◦ blue 25

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

Shades of Pueblo #702919

Tints of Pueblo #702919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 62.92%
G = 23.03%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#702919 (or 0x702919) is known color: Pueblo. HEX triplet: 70, 29 and 19. RGB value is (112,41,25). Sum of RGB (Red+Green+Blue) = 112+41+25=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702919 is #8FD6E6. Grayscale: #3C3C3C. Windows color (decimal): -9426663 or 1649008. OLE color: 1649008.

HSL color Cylindrical-coordinate representation of color #702919: hue angle of 11.03º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #702919 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 25 -
CMYK 0 0.63 0.78 0.56
HSL 11.03º 0.64% 0.27% -
HSV(B) 11.03º 0.78% 0.44% -
XYZ 7.65 5.1 1.5 -
YUV 60.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 112 41 25 0 0.63 0.78 0.56 11.03 0.64 0.27
Hex 70 29 19 0 3F 4E 38 B 40 1B
Octal 160 51 31 0 77 116 70 13 100 33
Binary 1110000 101001 11001 0 111111 1001110 111000 1011 1000000 11011

Color Harmonies of #702919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702919

Black with #702919

Text Example


Text Example

White with #702919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702919; }

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

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

background-color css

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

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

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

border-color css

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

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

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