#B75802

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

Shades of Tenne (Tawny) #B75802

Tints of Tenne (Tawny) #B75802

Color information

#B75802 (or 0xB75802) is unknown color: approx Tenne (Tawny). HEX triplet: B7, 58 and 02. RGB value is (183,88,2). Sum of RGB (Red+Green+Blue) = 183+88+2=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B75802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75802 is #48A7FD. Grayscale: #6B6B6B. Windows color (decimal): -4761598 or 153783. OLE color: 153783.

HSL color Cylindrical-coordinate representation of color #B75802: hue angle of 28.51º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B75802 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183882-
CMYK00.520.990.28
HSL28.51º97.84%36.27%-
HSV(B)28.51º98.91%71.76%-
XYZ23.0317.052.13-
YUV106.668.97182.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.03%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=67.03%
G=32.23%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18388200.520.990.2828.5197.8436.27
HexB7582034631C1d6224
Octal2671302064143343514244
Binary101101111011000100110100110001111100111011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75802; }

 p { color: rgb(183,88,2); }

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

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

 a { background-color: rgb(183,88,2); }

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

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

 span { border-color: rgb(183,88,2); }

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