Html Css Color HEX #702F19 Pueblo

📋 copy color: '#702F19'

red 112 ◦ green 47 ◦ blue 25

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

Shades of Pueblo #702F19

Tints of Pueblo #702F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

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

R = 60.87%
G = 25.54%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#702F19 (or 0x702F19) is known color: Pueblo. HEX triplet: 70, 2F and 19. RGB value is (112,47,25). Sum of RGB (Red+Green+Blue) = 112+47+25=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702F19 is #8FD0E6. Grayscale: #404040. Windows color (decimal): -9425127 or 1650544. OLE color: 1650544.

HSL color Cylindrical-coordinate representation of color #702F19: hue angle of 15.17º 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 #702F19 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 25 -
CMYK 0 0.58 0.78 0.56
HSL 15.17º 0.64% 0.27% -
HSV(B) 15.17º 0.78% 0.44% -
XYZ 7.87 5.55 1.58 -
YUV 63.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 112 47 25 0 0.58 0.78 0.56 15.17 0.64 0.27
Hex 70 2F 19 0 3A 4E 38 F 40 1B
Octal 160 57 31 0 72 116 70 17 100 33
Binary 1110000 101111 11001 0 111010 1001110 111000 1111 1000000 11011

Color Harmonies of #702F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F19

Black with #702F19

Text Example


Text Example

White with #702F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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