Html Css Color HEX #CD7D2F Bronze

📋 copy color: '#CD7D2F'

red 205 ◦ green 125 ◦ blue 47

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

Shades of Bronze #CD7D2F

Tints of Bronze #CD7D2F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

 BLUE value IS 47 (18.75% from 255) = 12.47%

R = 54.38%
G = 33.16%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD7D2F (or 0xCD7D2F) is known color: Bronze. HEX triplet: CD, 7D and 2F. RGB value is (205,125,47). Sum of RGB (Red+Green+Blue) = 205+125+47=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D2F is #3282D0. Grayscale: #8C8C8C. Windows color (decimal): -3310289 or 3112397. OLE color: 3112397.

HSL color Cylindrical-coordinate representation of color #CD7D2F: hue angle of 29.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD7D2F is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 125 47 -
CMYK 0 0.39 0.77 0.20
HSL 29.62º 0.63% 0.49% -
HSV(B) 29.62º 0.77% 0.8% -
XYZ 33.02 27.85 6.32 -
YUV 140.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 205 125 47 0 0.39 0.77 0.20 29.62 0.63 0.49
Hex CD 7D 2F 0 27 4D 14 1E 3F 31
Octal 315 175 57 0 47 115 24 36 77 61
Binary 11001101 1111101 101111 0 100111 1001101 10100 11110 111111 110001

Color Harmonies of #CD7D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7D2F

Black with #CD7D2F

Text Example


Text Example

White with #CD7D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7D2F; }

 p { color: rgb(205,125,47); }

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

background-color css

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

 a { background-color: rgb(205,125,47); }

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

border-color css

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

 span { border-color: rgb(205,125,47); }

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