Html Css Color HEX #702410 Pueblo

📋 copy color: '#702410'

red 112 ◦ green 36 ◦ blue 16

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

Shades of Pueblo #702410

Tints of Pueblo #702410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.95%

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

R = 68.29%
G = 21.95%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#702410 (or 0x702410) is known color: Pueblo. HEX triplet: 70, 24 and 10. RGB value is (112,36,16). Sum of RGB (Red+Green+Blue) = 112+36+16=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #702410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702410 is #8FDBEF. Grayscale: #383838. Windows color (decimal): -9427952 or 1057904. OLE color: 1057904.

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

Color convert

RGB 112 36 16 -
CMYK 0 0.68 0.86 0.56
HSL 12.5º 0.75% 0.25% -
HSV(B) 12.5º 0.86% 0.44% -
XYZ 7.41 4.74 1.02 -
YUV 56.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 112 36 16 0 0.68 0.86 0.56 12.5 0.75 0.25
Hex 70 24 10 0 44 56 38 C 4B 19
Octal 160 44 20 0 104 126 70 14 113 31
Binary 1110000 100100 10000 0 1000100 1010110 111000 1100 1001011 11001

Color Harmonies of #702410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702410

Black with #702410

Text Example


Text Example

White with #702410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702410; }

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

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

background-color css

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

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

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

border-color css

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

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

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