Html Css Color HEX #CD7A31 Bronze

📋 copy color: '#CD7A31'

red 205 ◦ green 122 ◦ blue 49

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

Shades of Bronze #CD7A31

Tints of Bronze #CD7A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.03%

R = 54.52%
G = 32.45%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CD7A31 (or 0xCD7A31) is known color: Bronze. HEX triplet: CD, 7A and 31. RGB value is (205,122,49). Sum of RGB (Red+Green+Blue) = 205+122+49=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A31 is #3285CE. Grayscale: #8A8A8A. Windows color (decimal): -3311055 or 3242701. OLE color: 3242701.

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

Color convert

RGB 205 122 49 -
CMYK 0 0.40 0.76 0.20
HSL 28.08º 0.61% 0.5% -
HSV(B) 28.08º 0.76% 0.8% -
XYZ 32.69 27.12 6.42 -
YUV 138.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 205 122 49 0 0.40 0.76 0.20 28.08 0.61 0.5
Hex CD 7A 31 0 28 4C 14 1C 3D 32
Octal 315 172 61 0 50 114 24 34 75 62
Binary 11001101 1111010 110001 0 101000 1001100 10100 11100 111101 110010

Color Harmonies of #CD7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A31

Black with #CD7A31

Text Example


Text Example

White with #CD7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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