#CB8336

Color #CB8336 Golden Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Bell #CB8336

Tints of Golden Bell #CB8336

Color information

#CB8336 (or 0xCB8336) is unknown color: approx Golden Bell. HEX triplet: CB, 83 and 36. RGB value is (203,131,54). Sum of RGB (Red+Green+Blue) = 203+131+54=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8336 is #347CC9. Grayscale: #909090. Windows color (decimal): -3439818 or 3572683. OLE color: 3572683.

HSL color Cylindrical-coordinate representation of color #CB8336: hue angle of 31.01º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB8336 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20313154-
CMYK00.350.730.20
HSL31.01º58.89%50.39%-
HSV(B)31.01º73.4%79.61%-
XYZ33.4129.27.36-
YUV143.7577.35170.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 54 (21.48% from 255) = 13.92%
R=52.32%
G=33.76%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031315400.350.730.2031.0158.8950.39
HexCB833602349141f3b32
Octal3132036604311124377362
Binary1100101110000011110110010001110010011010011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8336; }

 p { color: rgb(203,131,54); }

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

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

 a { background-color: rgb(203,131,54); }

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

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

 span { border-color: rgb(203,131,54); }

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