Html Css Color HEX #732511 Pueblo

📋 copy color: '#732511'

red 115 ◦ green 37 ◦ blue 17

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

Shades of Pueblo #732511

Tints of Pueblo #732511

RGB

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

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

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

R = 68.05%
G = 21.89%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#732511 (or 0x732511) is known color: Pueblo. HEX triplet: 73, 25 and 11. RGB value is (115,37,17). Sum of RGB (Red+Green+Blue) = 115+37+17=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #732511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732511 is #8CDAEE. Grayscale: #3A3A3A. Windows color (decimal): -9231087 or 1123699. OLE color: 1123699.

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

Color convert

RGB 115 37 17 -
CMYK 0 0.68 0.85 0.55
HSL 12.24º 0.74% 0.26% -
HSV(B) 12.24º 0.85% 0.45% -
XYZ 7.83 5.01 1.08 -
YUV 58.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 115 37 17 0 0.68 0.85 0.55 12.24 0.74 0.26
Hex 73 25 11 0 44 55 37 C 4A 1A
Octal 163 45 21 0 104 125 67 14 112 32
Binary 1110011 100101 10001 0 1000100 1010101 110111 1100 1001010 11010

Color Harmonies of #732511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732511

Black with #732511

Text Example


Text Example

White with #732511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732511; }

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

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

background-color css

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

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

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

border-color css

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

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

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