Html Css Color HEX #732510 Pueblo

📋 copy color: '#732510'

red 115 ◦ green 37 ◦ blue 16

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

Shades of Pueblo #732510

Tints of Pueblo #732510

RGB

 RED value IS 115 (45.31% from 255) = 68.45%

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

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

R = 68.45%
G = 22.02%
B = 9.52%

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

#732510 (or 0x732510) is known color: Pueblo. HEX triplet: 73, 25 and 10. RGB value is (115,37,16). Sum of RGB (Red+Green+Blue) = 115+37+16=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #732510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732510 is #8CDAEF. Grayscale: #3A3A3A. Windows color (decimal): -9231088 or 1058163. OLE color: 1058163.

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

Color convert

RGB 115 37 16 -
CMYK 0 0.68 0.86 0.55
HSL 12.73º 0.76% 0.26% -
HSV(B) 12.73º 0.86% 0.45% -
XYZ 7.83 5.01 1.04 -
YUV 57.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 115 37 16 0 0.68 0.86 0.55 12.73 0.76 0.26
Hex 73 25 10 0 44 56 37 D 4C 1A
Octal 163 45 20 0 104 126 67 15 114 32
Binary 1110011 100101 10000 0 1000100 1010110 110111 1101 1001100 11010

Color Harmonies of #732510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732510

Black with #732510

Text Example


Text Example

White with #732510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732510; }

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

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

background-color css

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

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

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

border-color css

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

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

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