Html Css Color HEX #702511 Pueblo

📋 copy color: '#702511'

red 112 ◦ green 37 ◦ blue 17

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

Shades of Pueblo #702511

Tints of Pueblo #702511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.29%

 BLUE value IS 17 (7.03% from 255) = 10.24%

R = 67.47%
G = 22.29%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#702511 (or 0x702511) is known color: Pueblo. HEX triplet: 70, 25 and 11. RGB value is (112,37,17). Sum of RGB (Red+Green+Blue) = 112+37+17=166 (21% of max value = 765). Red value is 112 (44.14% from 255 or 67.47% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 112 - color contains mainly: red. Hex color #702511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702511 is #8FDAEE. Grayscale: #393939. Windows color (decimal): -9427695 or 1123696. OLE color: 1123696.

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

Color convert

RGB 112 37 17 -
CMYK 0 0.67 0.85 0.56
HSL 12.63º 0.74% 0.25% -
HSV(B) 12.63º 0.85% 0.44% -
XYZ 7.44 4.81 1.07 -
YUV 57.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 112 37 17 0 0.67 0.85 0.56 12.63 0.74 0.25
Hex 70 25 11 0 43 55 38 D 4A 19
Octal 160 45 21 0 103 125 70 15 112 31
Binary 1110000 100101 10001 0 1000011 1010101 111000 1101 1001010 11001

Color Harmonies of #702511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702511

Black with #702511

Text Example


Text Example

White with #702511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702511; }

 p { color: rgb(112,37,17); }

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

background-color css

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

 a { background-color: rgb(112,37,17); }

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

border-color css

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

 span { border-color: rgb(112,37,17); }

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