Html Css Color HEX #702810 Pueblo

📋 copy color: '#702810'

red 112 ◦ green 40 ◦ blue 16

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

Shades of Pueblo #702810

Tints of Pueblo #702810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.81%

 BLUE value IS 16 (6.64% from 255) = 9.52%

R = 66.67%
G = 23.81%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#702810 (or 0x702810) is known color: Pueblo. HEX triplet: 70, 28 and 10. RGB value is (112,40,16). Sum of RGB (Red+Green+Blue) = 112+40+16=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #702810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702810 is #8FD7EF. Grayscale: #3A3A3A. Windows color (decimal): -9426928 or 1058928. OLE color: 1058928.

HSL color Cylindrical-coordinate representation of color #702810: hue angle of 15º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #702810 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 40 16 -
CMYK 0 0.64 0.86 0.56
HSL 15º 0.75% 0.25% -
HSV(B) 15º 0.86% 0.44% -
XYZ 7.53 5 1.06 -
YUV 58.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 112 40 16 0 0.64 0.86 0.56 15 0.75 0.25
Hex 70 28 10 0 40 56 38 F 4B 19
Octal 160 50 20 0 100 126 70 17 113 31
Binary 1110000 101000 10000 0 1000000 1010110 111000 1111 1001011 11001

Color Harmonies of #702810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702810

Black with #702810

Text Example


Text Example

White with #702810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702810; }

 p { color: rgb(112,40,16); }

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

background-color css

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

 a { background-color: rgb(112,40,16); }

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

border-color css

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

 span { border-color: rgb(112,40,16); }

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