#672A1F

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

Shades of Pueblo #672A1F

Tints of Pueblo #672A1F

Color information

#672A1F (or 0x672A1F) is unknown color: approx Pueblo. HEX triplet: 67, 2A and 1F. RGB value is (103,42,31). Sum of RGB (Red+Green+Blue) = 103+42+31=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #672A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672A1F is #98D5E0. Grayscale: #3B3B3B. Windows color (decimal): -10016225 or 2042471. OLE color: 2042471.

HSL color Cylindrical-coordinate representation of color #672A1F: hue angle of 9.17º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672A1F is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1034231-
CMYK00.590.700.60
HSL9.17º53.73%26.27%-
HSV(B)9.17º69.9%40.39%-
XYZ6.674.641.84-
YUV58.98112.21159.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 58.52%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=58.52%
G=23.86%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103423100.590.700.609.1753.7326.27
Hex672A1F03B463C9361a
Octal147523707310674116632
Binary11001111010101111101110111000110111100100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672A1F; }

 p { color: rgb(103,42,31); }

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

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

 a { background-color: rgb(103,42,31); }

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

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

 span { border-color: rgb(103,42,31); }

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