Html Css Color HEX #CC7B34 Bronze

📋 copy color: '#CC7B34'

red 204 ◦ green 123 ◦ blue 52

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

Shades of Bronze #CC7B34

Tints of Bronze #CC7B34

RGB

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

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

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

R = 53.83%
G = 32.45%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7B34 (or 0xCC7B34) is known color: Bronze. HEX triplet: CC, 7B and 34. RGB value is (204,123,52). Sum of RGB (Red+Green+Blue) = 204+123+52=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B34 is #3384CB. Grayscale: #8B8B8B. Windows color (decimal): -3376332 or 3439564. OLE color: 3439564.

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

Color convert

RGB 204 123 52 -
CMYK 0 0.40 0.75 0.2
HSL 28.03º 0.6% 0.5% -
HSV(B) 28.03º 0.75% 0.8% -
XYZ 32.6 27.25 6.79 -
YUV 139.13 78.84 174.27 -
System Red Green Blue C M Y K H S L
Decimal 204 123 52 0 0.40 0.75 0.2 28.03 0.6 0.5
Hex CC 7B 34 0 28 4B 14 1C 3C 32
Octal 314 173 64 0 50 113 24 34 74 62
Binary 11001100 1111011 110100 0 101000 1001011 10100 11100 111100 110010

Color Harmonies of #CC7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B34

Black with #CC7B34

Text Example


Text Example

White with #CC7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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