#732F1F

Color #732F1F Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #732F1F

Tints of Pueblo #732F1F

Color information

#732F1F (or 0x732F1F) is unknown color: approx Pueblo. HEX triplet: 73, 2F and 1F. RGB value is (115,47,31). Sum of RGB (Red+Green+Blue) = 115+47+31=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #732F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F1F is #8CD0E0. Grayscale: #414141. Windows color (decimal): -9228513 or 2043763. OLE color: 2043763.

HSL color Cylindrical-coordinate representation of color #732F1F: hue angle of 11.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732F1F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1154731-
CMYK00.590.730.55
HSL11.43º57.53%28.63%-
HSV(B)11.43º73.04%45.1%-
XYZ8.335.781.97-
YUV65.51108.53163.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=59.59%
G=24.35%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115473100.590.730.5511.4357.5328.63
Hex732F1F03B4937b3a1d
Octal163573707311167137235
Binary11100111011111111101110111001001110111101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F1F; }

 p { color: rgb(115,47,31); }

 H1.HeaderClassName
 {
   color: #732F1F;
 }
 .AnyTagClassName
 {
   color: #732F1F;
 }
</style>
background-color css

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

 a { background-color: rgb(115,47,31); }

 div.DivClassName
 {
   background-color: #732F1F;
 }
 .BgClassName
 {
   background-color: #732F1F;
 }
</style>
border-color css

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

 span { border-color: rgb(115,47,31); }

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