Html Css Color HEX #C77B2C Bronze

📋 copy color: '#C77B2C'

red 199 ◦ green 123 ◦ blue 44

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

Shades of Bronze #C77B2C

Tints of Bronze #C77B2C

RGB

 RED value IS 199 (78.13% from 255) = 54.37%

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 54.37%
G = 33.61%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C77B2C (or 0xC77B2C) is known color: Bronze. HEX triplet: C7, 7B and 2C. RGB value is (199,123,44). Sum of RGB (Red+Green+Blue) = 199+123+44=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B2C is #3884D3. Grayscale: #898989. Windows color (decimal): -3704020 or 2915271. OLE color: 2915271.

HSL color Cylindrical-coordinate representation of color #C77B2C: hue angle of 30.58º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C77B2C is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 123 44 -
CMYK 0 0.38 0.78 0.22
HSL 30.58º 0.64% 0.48% -
HSV(B) 30.58º 0.78% 0.78% -
XYZ 31.09 26.49 5.86 -
YUV 136.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 199 123 44 0 0.38 0.78 0.22 30.58 0.64 0.48
Hex C7 7B 2C 0 26 4E 16 1F 40 30
Octal 307 173 54 0 46 116 26 37 100 60
Binary 11000111 1111011 101100 0 100110 1001110 10110 11111 1000000 110000

Color Harmonies of #C77B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77B2C

Black with #C77B2C

Text Example


Text Example

White with #C77B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77B2C; }

 p { color: rgb(199,123,44); }

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

background-color css

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

 a { background-color: rgb(199,123,44); }

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

border-color css

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

 span { border-color: rgb(199,123,44); }

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