Html Css Color HEX #702C15 Pueblo

📋 copy color: '#702C15'

red 112 ◦ green 44 ◦ blue 21

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

Shades of Pueblo #702C15

Tints of Pueblo #702C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.86%

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

R = 63.28%
G = 24.86%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702C15 (or 0x702C15) is known color: Pueblo. HEX triplet: 70, 2C and 15. RGB value is (112,44,21). Sum of RGB (Red+Green+Blue) = 112+44+21=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #702C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702C15 is #8FD3EA. Grayscale: #3D3D3D. Windows color (decimal): -9425899 or 1387632. OLE color: 1387632.

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

Color convert

RGB 112 44 21 -
CMYK 0 0.61 0.81 0.56
HSL 15.16º 0.68% 0.26% -
HSV(B) 15.16º 0.81% 0.44% -
XYZ 7.72 5.3 1.33 -
YUV 61.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 112 44 21 0 0.61 0.81 0.56 15.16 0.68 0.26
Hex 70 2C 15 0 3D 51 38 F 44 1A
Octal 160 54 25 0 75 121 70 17 104 32
Binary 1110000 101100 10101 0 111101 1010001 111000 1111 1000100 11010

Color Harmonies of #702C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C15

Black with #702C15

Text Example


Text Example

White with #702C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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