Html Css Color HEX #CC7F34 Bronze

📋 copy color: '#CC7F34'

red 204 ◦ green 127 ◦ blue 52

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

Shades of Bronze #CC7F34

Tints of Bronze #CC7F34

RGB

 RED value IS 204 (80.08% from 255) = 53.26%

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 53.26%
G = 33.16%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7F34 (or 0xCC7F34) is known color: Bronze. HEX triplet: CC, 7F and 34. RGB value is (204,127,52). Sum of RGB (Red+Green+Blue) = 204+127+52=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F34 is #3380CB. Grayscale: #8D8D8D. Windows color (decimal): -3375308 or 3440588. OLE color: 3440588.

HSL color Cylindrical-coordinate representation of color #CC7F34: hue angle of 29.61º 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 #CC7F34 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 52 -
CMYK 0 0.38 0.75 0.2
HSL 29.61º 0.6% 0.5% -
HSV(B) 29.61º 0.75% 0.8% -
XYZ 33.11 28.26 6.96 -
YUV 141.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 204 127 52 0 0.38 0.75 0.2 29.61 0.6 0.5
Hex CC 7F 34 0 26 4B 14 1E 3C 32
Octal 314 177 64 0 46 113 24 36 74 62
Binary 11001100 1111111 110100 0 100110 1001011 10100 11110 111100 110010

Color Harmonies of #CC7F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F34

Black with #CC7F34

Text Example


Text Example

White with #CC7F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F34; }

 p { color: rgb(204,127,52); }

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

background-color css

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

 a { background-color: rgb(204,127,52); }

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

border-color css

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

 span { border-color: rgb(204,127,52); }

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