Html Css Color HEX #702F27 Pueblo

📋 copy color: '#702F27'

red 112 ◦ green 47 ◦ blue 39

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

Shades of Pueblo #702F27

Tints of Pueblo #702F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.7%

R = 56.57%
G = 23.74%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#702F27 (or 0x702F27) is known color: Pueblo. HEX triplet: 70, 2F and 27. RGB value is (112,47,39). Sum of RGB (Red+Green+Blue) = 112+47+39=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #702F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F27 is #8FD0D8. Grayscale: #414141. Windows color (decimal): -9425113 or 2568048. OLE color: 2568048.

HSL color Cylindrical-coordinate representation of color #702F27: hue angle of 6.58º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702F27 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 39 -
CMYK 0 0.58 0.65 0.56
HSL 6.58º 0.48% 0.3% -
HSV(B) 6.58º 0.65% 0.44% -
XYZ 8.06 5.62 2.58 -
YUV 65.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 112 47 39 0 0.58 0.65 0.56 6.58 0.48 0.3
Hex 70 2F 27 0 3A 41 38 7 30 1E
Octal 160 57 47 0 72 101 70 7 60 36
Binary 1110000 101111 100111 0 111010 1000001 111000 111 110000 11110

Color Harmonies of #702F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F27

Black with #702F27

Text Example


Text Example

White with #702F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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