#B35D0C

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

Shades of Tenne (Tawny) #B35D0C

Tints of Tenne (Tawny) #B35D0C

Color information

#B35D0C (or 0xB35D0C) is unknown color: approx Tenne (Tawny). HEX triplet: B3, 5D and 0C. RGB value is (179,93,12). Sum of RGB (Red+Green+Blue) = 179+93+12=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35D0C is #4CA2F3. Grayscale: #6D6D6D. Windows color (decimal): -5022452 or 810419. OLE color: 810419.

HSL color Cylindrical-coordinate representation of color #B35D0C: hue angle of 29.1º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B35D0C is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB1799312-
CMYK00.480.930.30
HSL29.1º87.43%37.45%-
HSV(B)29.1º93.3%70.2%-
XYZ22.5717.442.52-
YUV109.4872.99177.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.03%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 12 (5.08% from 255) = 4.23%
R=63.03%
G=32.75%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179931200.480.930.3029.187.4337.45
HexB35DC0305D1E1d5725
Octal26313514060135363512745
Binary10110011101110111000110000101110111110111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D0C; }

 p { color: rgb(179,93,12); }

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

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

 a { background-color: rgb(179,93,12); }

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

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

 span { border-color: rgb(179,93,12); }

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