Html Css Color HEX #CD7C33 Bronze

📋 copy color: '#CD7C33'

red 205 ◦ green 124 ◦ blue 51

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

Shades of Bronze #CD7C33

Tints of Bronze #CD7C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 51 (20.31% from 255) = 13.42%

R = 53.95%
G = 32.63%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD7C33 (or 0xCD7C33) is known color: Bronze. HEX triplet: CD, 7C and 33. RGB value is (205,124,51). Sum of RGB (Red+Green+Blue) = 205+124+51=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7C33 is #3283CC. Grayscale: #8C8C8C. Windows color (decimal): -3310541 or 3374285. OLE color: 3374285.

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

Color convert

RGB 205 124 51 -
CMYK 0 0.40 0.75 0.20
HSL 28.44º 0.61% 0.5% -
HSV(B) 28.44º 0.75% 0.8% -
XYZ 32.98 27.63 6.73 -
YUV 139.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 205 124 51 0 0.40 0.75 0.20 28.44 0.61 0.5
Hex CD 7C 33 0 28 4B 14 1C 3D 32
Octal 315 174 63 0 50 113 24 34 75 62
Binary 11001101 1111100 110011 0 101000 1001011 10100 11100 111101 110010

Color Harmonies of #CD7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C33

Black with #CD7C33

Text Example


Text Example

White with #CD7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C33; }

 p { color: rgb(205,124,51); }

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

background-color css

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

 a { background-color: rgb(205,124,51); }

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

border-color css

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

 span { border-color: rgb(205,124,51); }

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