Html Css Color HEX #CD7B2F Bronze

📋 copy color: '#CD7B2F'

red 205 ◦ green 123 ◦ blue 47

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

Shades of Bronze #CD7B2F

Tints of Bronze #CD7B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 54.67%
G = 32.8%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD7B2F (or 0xCD7B2F) is known color: Bronze. HEX triplet: CD, 7B and 2F. RGB value is (205,123,47). Sum of RGB (Red+Green+Blue) = 205+123+47=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B2F is #3284D0. Grayscale: #8B8B8B. Windows color (decimal): -3310801 or 3111885. OLE color: 3111885.

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

Color convert

RGB 205 123 47 -
CMYK 0 0.4 0.77 0.20
HSL 28.86º 0.63% 0.49% -
HSV(B) 28.86º 0.77% 0.8% -
XYZ 32.77 27.35 6.24 -
YUV 138.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 205 123 47 0 0.4 0.77 0.20 28.86 0.63 0.49
Hex CD 7B 2F 0 28 4D 14 1D 3F 31
Octal 315 173 57 0 50 115 24 35 77 61
Binary 11001101 1111011 101111 0 101000 1001101 10100 11101 111111 110001

Color Harmonies of #CD7B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B2F

Black with #CD7B2F

Text Example


Text Example

White with #CD7B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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