Html Css Color HEX #CD772F Bronze

📋 copy color: '#CD772F'

red 205 ◦ green 119 ◦ blue 47

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

Shades of Bronze #CD772F

Tints of Bronze #CD772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 55.26%
G = 32.08%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD772F (or 0xCD772F) is known color: Bronze. HEX triplet: CD, 77 and 2F. RGB value is (205,119,47). Sum of RGB (Red+Green+Blue) = 205+119+47=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD772F is #3288D0. Grayscale: #888888. Windows color (decimal): -3311825 or 3110861. OLE color: 3110861.

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

Color convert

RGB 205 119 47 -
CMYK 0 0.42 0.77 0.20
HSL 27.34º 0.63% 0.49% -
HSV(B) 27.34º 0.77% 0.8% -
XYZ 32.29 26.38 6.08 -
YUV 136.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 205 119 47 0 0.42 0.77 0.20 27.34 0.63 0.49
Hex CD 77 2F 0 2A 4D 14 1B 3F 31
Octal 315 167 57 0 52 115 24 33 77 61
Binary 11001101 1110111 101111 0 101010 1001101 10100 11011 111111 110001

Color Harmonies of #CD772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD772F

Black with #CD772F

Text Example


Text Example

White with #CD772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD772F; }

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

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

background-color css

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

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

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

border-color css

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

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

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