Html Css Color HEX #CD8032 Bronze

📋 copy color: '#CD8032'

red 205 ◦ green 128 ◦ blue 50

#CD8032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze #CD8032

Tints of Bronze #CD8032

RGB

 RED value IS 205 (80.47% from 255) = 53.52%

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 50 (19.92% from 255) = 13.05%

R = 53.52%
G = 33.42%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD8032 (or 0xCD8032) is known color: Bronze. HEX triplet: CD, 80 and 32. RGB value is (205,128,50). Sum of RGB (Red+Green+Blue) = 205+128+50=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8032 is #327FCD. Grayscale: #8E8E8E. Windows color (decimal): -3309518 or 3309773. OLE color: 3309773.

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

Color convert

RGB 205 128 50 -
CMYK 0 0.38 0.76 0.20
HSL 30.19º 0.61% 0.5% -
HSV(B) 30.19º 0.76% 0.8% -
XYZ 33.47 28.65 6.78 -
YUV 142.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 205 128 50 0 0.38 0.76 0.20 30.19 0.61 0.5
Hex CD 80 32 0 26 4C 14 1E 3D 32
Octal 315 200 62 0 46 114 24 36 75 62
Binary 11001101 10000000 110010 0 100110 1001100 10100 11110 111101 110010

Color Harmonies of #CD8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8032

Black with #CD8032

Text Example


Text Example

White with #CD8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8032; }

 p { color: rgb(205,128,50); }

 H1.HeaderClassName
 {
   color: #CD8032;
 }
 .AnyTagClassName
 {
   color: #CD8032;
 }
</style>

background-color css

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

 a { background-color: rgb(205,128,50); }

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

border-color css

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

 span { border-color: rgb(205,128,50); }

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