Html Css Color HEX #702715 Pueblo

📋 copy color: '#702715'

red 112 ◦ green 39 ◦ blue 21

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

Shades of Pueblo #702715

Tints of Pueblo #702715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

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

R = 65.12%
G = 22.67%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#702715 (or 0x702715) is known color: Pueblo. HEX triplet: 70, 27 and 15. RGB value is (112,39,21). Sum of RGB (Red+Green+Blue) = 112+39+21=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702715 is #8FD8EA. Grayscale: #3A3A3A. Windows color (decimal): -9427179 or 1386352. OLE color: 1386352.

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

Color convert

RGB 112 39 21 -
CMYK 0 0.65 0.81 0.56
HSL 11.87º 0.68% 0.26% -
HSV(B) 11.87º 0.81% 0.44% -
XYZ 7.54 4.95 1.27 -
YUV 58.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 112 39 21 0 0.65 0.81 0.56 11.87 0.68 0.26
Hex 70 27 15 0 41 51 38 C 44 1A
Octal 160 47 25 0 101 121 70 14 104 32
Binary 1110000 100111 10101 0 1000001 1010001 111000 1100 1000100 11010

Color Harmonies of #702715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702715

Black with #702715

Text Example


Text Example

White with #702715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702715; }

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

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

background-color css

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

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

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

border-color css

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

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

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