#CD7B39

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

Shades of Golden Bell #CD7B39

Tints of Golden Bell #CD7B39

Color information

#CD7B39 (or 0xCD7B39) is unknown color: approx Golden Bell. HEX triplet: CD, 7B and 39. RGB value is (205,123,57). Sum of RGB (Red+Green+Blue) = 205+123+57=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B39 is #3284C6. Grayscale: #8C8C8C. Windows color (decimal): -3310791 or 3767245. OLE color: 3767245.

HSL color Cylindrical-coordinate representation of color #CD7B39: hue angle of 26.76º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD7B39 is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20512357-
CMYK00.40.720.20
HSL26.76º59.68%51.37%-
HSV(B)26.76º72.2%80.39%-
XYZ3327.447.43-
YUV139.9981.17174.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 57 (22.66% from 255) = 14.81%
R=53.25%
G=31.95%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051235700.40.720.2026.7659.6851.37
HexCD7B3902848141b3c33
Octal3151737105011024337463
Binary110011011111011111001010100010010001010011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B39; }

 p { color: rgb(205,123,57); }

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

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

 a { background-color: rgb(205,123,57); }

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

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

 span { border-color: rgb(205,123,57); }

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