#B35401

Color #B35401 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B35401

Tints of Tenne (Tawny) #B35401

Color information

#B35401 (or 0xB35401) is unknown color: approx Tenne (Tawny). HEX triplet: B3, 54 and 01. RGB value is (179,84,1). Sum of RGB (Red+Green+Blue) = 179+84+1=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B35401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35401 is #4CABFE. Grayscale: #676767. Windows color (decimal): -5024767 or 87219. OLE color: 87219.

HSL color Cylindrical-coordinate representation of color #B35401: hue angle of 27.98º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B35401 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB179841-
CMYK00.530.990.30
HSL27.98º98.89%35.29%-
HSV(B)27.98º99.44%70.2%-
XYZ21.7715.931.96-
YUV102.9470.47182.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.80%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=67.80%
G=31.82%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17984100.530.990.3027.9898.8935.29
HexB3541035631E1c6323
Octal2631241065143363414343
Binary10110011101010010110101110001111110111001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35401; }

 p { color: rgb(179,84,1); }

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

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

 a { background-color: rgb(179,84,1); }

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

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

 span { border-color: rgb(179,84,1); }

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