#C7833B

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

Shades of Golden Bell #C7833B

Tints of Golden Bell #C7833B

Color information

#C7833B (or 0xC7833B) is unknown color: approx Golden Bell. HEX triplet: C7, 83 and 3B. RGB value is (199,131,59). Sum of RGB (Red+Green+Blue) = 199+131+59=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7833B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7833B is #387CC4. Grayscale: #8F8F8F. Windows color (decimal): -3701957 or 3900359. OLE color: 3900359.

HSL color Cylindrical-coordinate representation of color #C7833B: hue angle of 30.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7833B is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB19913159-
CMYK00.340.700.22
HSL30.86º55.56%50.59%-
HSV(B)30.86º70.35%78.04%-
XYZ32.4628.697.96-
YUV143.1280.53167.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 59 (23.44% from 255) = 15.17%
R=51.16%
G=33.68%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991315900.340.700.2230.8655.5650.59
HexC7833B02246161f3833
Octal3072037304210626377063
Binary1100011110000011111011010001010001101011011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7833B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7833B; }

 p { color: rgb(199,131,59); }

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

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

 a { background-color: rgb(199,131,59); }

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

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

 span { border-color: rgb(199,131,59); }

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