Html Css Color HEX #702E17 Pueblo

📋 copy color: '#702E17'

red 112 ◦ green 46 ◦ blue 23

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

Shades of Pueblo #702E17

Tints of Pueblo #702E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.71%

R = 61.88%
G = 25.41%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702E17 (or 0x702E17) is known color: Pueblo. HEX triplet: 70, 2E and 17. RGB value is (112,46,23). Sum of RGB (Red+Green+Blue) = 112+46+23=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #702E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702E17 is #8FD1E8. Grayscale: #3F3F3F. Windows color (decimal): -9425385 or 1519216. OLE color: 1519216.

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

Color convert

RGB 112 46 23 -
CMYK 0 0.59 0.79 0.56
HSL 15.51º 0.66% 0.26% -
HSV(B) 15.51º 0.79% 0.44% -
XYZ 7.81 5.46 1.45 -
YUV 63.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 112 46 23 0 0.59 0.79 0.56 15.51 0.66 0.26
Hex 70 2E 17 0 3B 4F 38 10 42 1A
Octal 160 56 27 0 73 117 70 20 102 32
Binary 1110000 101110 10111 0 111011 1001111 111000 10000 1000010 11010

Color Harmonies of #702E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E17

Black with #702E17

Text Example


Text Example

White with #702E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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