Html Css Color HEX #CD7A34 Bronze

📋 copy color: '#CD7A34'

red 205 ◦ green 122 ◦ blue 52

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

Shades of Bronze #CD7A34

Tints of Bronze #CD7A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 52 (20.7% from 255) = 13.72%

R = 54.09%
G = 32.19%
B = 13.72%

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

#CD7A34 (or 0xCD7A34) is known color: Bronze. HEX triplet: CD, 7A and 34. RGB value is (205,122,52). Sum of RGB (Red+Green+Blue) = 205+122+52=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A34 is #3285CB. Grayscale: #8B8B8B. Windows color (decimal): -3311052 or 3439309. OLE color: 3439309.

HSL color Cylindrical-coordinate representation of color #CD7A34: hue angle of 27.45º degrees, saturation: 0.6, 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 #CD7A34 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 122 52 -
CMYK 0 0.40 0.75 0.20
HSL 27.45º 0.6% 0.5% -
HSV(B) 27.45º 0.75% 0.8% -
XYZ 32.76 27.15 6.76 -
YUV 138.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 205 122 52 0 0.40 0.75 0.20 27.45 0.6 0.5
Hex CD 7A 34 0 28 4B 14 1B 3C 32
Octal 315 172 64 0 50 113 24 33 74 62
Binary 11001101 1111010 110100 0 101000 1001011 10100 11011 111100 110010

Color Harmonies of #CD7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A34

Black with #CD7A34

Text Example


Text Example

White with #CD7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A34; }

 p { color: rgb(205,122,52); }

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

background-color css

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

 a { background-color: rgb(205,122,52); }

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

border-color css

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

 span { border-color: rgb(205,122,52); }

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