Html Css Color HEX #CC7A37 Bronze

📋 copy color: '#CC7A37'

red 204 ◦ green 122 ◦ blue 55

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

Shades of Bronze #CC7A37

Tints of Bronze #CC7A37

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 55 (21.88% from 255) = 14.44%

R = 53.54%
G = 32.02%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC7A37 (or 0xCC7A37) is known color: Bronze. HEX triplet: CC, 7A and 37. RGB value is (204,122,55). Sum of RGB (Red+Green+Blue) = 204+122+55=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A37 is #3385C8. Grayscale: #8B8B8B. Windows color (decimal): -3376585 or 3635916. OLE color: 3635916.

HSL color Cylindrical-coordinate representation of color #CC7A37: hue angle of 26.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC7A37 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 122 55 -
CMYK 0 0.40 0.73 0.2
HSL 26.98º 0.59% 0.51% -
HSV(B) 26.98º 0.73% 0.8% -
XYZ 32.55 27.03 7.12 -
YUV 138.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 204 122 55 0 0.40 0.73 0.2 26.98 0.59 0.51
Hex CC 7A 37 0 28 49 14 1B 3B 33
Octal 314 172 67 0 50 111 24 33 73 63
Binary 11001100 1111010 110111 0 101000 1001001 10100 11011 111011 110011

Color Harmonies of #CC7A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7A37

Black with #CC7A37

Text Example


Text Example

White with #CC7A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7A37; }

 p { color: rgb(204,122,55); }

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

background-color css

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

 a { background-color: rgb(204,122,55); }

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

border-color css

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

 span { border-color: rgb(204,122,55); }

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