Html Css Color HEX #722510 Pueblo

📋 copy color: '#722510'

red 114 ◦ green 37 ◦ blue 16

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

Shades of Pueblo #722510

Tints of Pueblo #722510

RGB

 RED value IS 114 (44.92% from 255) = 68.26%

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

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

R = 68.26%
G = 22.16%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#722510 (or 0x722510) is known color: Pueblo. HEX triplet: 72, 25 and 10. RGB value is (114,37,16). Sum of RGB (Red+Green+Blue) = 114+37+16=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 37 (14.84% from 255 or 22.16% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #722510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722510 is #8DDAEF. Grayscale: #393939. Windows color (decimal): -9296624 or 1058162. OLE color: 1058162.

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

Color convert

RGB 114 37 16 -
CMYK 0 0.68 0.86 0.55
HSL 12.86º 0.75% 0.25% -
HSV(B) 12.86º 0.86% 0.45% -
XYZ 7.69 4.94 1.04 -
YUV 57.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 114 37 16 0 0.68 0.86 0.55 12.86 0.75 0.25
Hex 72 25 10 0 44 56 37 D 4B 19
Octal 162 45 20 0 104 126 67 15 113 31
Binary 1110010 100101 10000 0 1000100 1010110 110111 1101 1001011 11001

Color Harmonies of #722510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722510

Black with #722510

Text Example


Text Example

White with #722510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722510; }

 p { color: rgb(114,37,16); }

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

background-color css

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

 a { background-color: rgb(114,37,16); }

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

border-color css

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

 span { border-color: rgb(114,37,16); }

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