Html Css Color HEX #702E15 Pueblo

📋 copy color: '#702E15'

red 112 ◦ green 46 ◦ blue 21

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

Shades of Pueblo #702E15

Tints of Pueblo #702E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.7%

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

R = 62.57%
G = 25.7%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702E15 (or 0x702E15) is known color: Pueblo. HEX triplet: 70, 2E and 15. RGB value is (112,46,21). Sum of RGB (Red+Green+Blue) = 112+46+21=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #702E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E15 is #8FD1EA. Grayscale: #3F3F3F. Windows color (decimal): -9425387 or 1388144. OLE color: 1388144.

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

Color convert

RGB 112 46 21 -
CMYK 0 0.59 0.81 0.56
HSL 16.48º 0.68% 0.26% -
HSV(B) 16.48º 0.81% 0.44% -
XYZ 7.79 5.45 1.35 -
YUV 62.88 104.37 163.03 -
System Red Green Blue C M Y K H S L
Decimal 112 46 21 0 0.59 0.81 0.56 16.48 0.68 0.26
Hex 70 2E 15 0 3B 51 38 10 44 1A
Octal 160 56 25 0 73 121 70 20 104 32
Binary 1110000 101110 10101 0 111011 1010001 111000 10000 1000100 11010

Color Harmonies of #702E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E15

Black with #702E15

Text Example


Text Example

White with #702E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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