Html Css Color HEX #C77B2E Bronze

📋 copy color: '#C77B2E'

red 199 ◦ green 123 ◦ blue 46

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

Shades of Bronze #C77B2E

Tints of Bronze #C77B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.5%

R = 54.08%
G = 33.42%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C77B2E (or 0xC77B2E) is known color: Bronze. HEX triplet: C7, 7B and 2E. RGB value is (199,123,46). Sum of RGB (Red+Green+Blue) = 199+123+46=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77B2E is #3884D1. Grayscale: #898989. Windows color (decimal): -3704018 or 3046343. OLE color: 3046343.

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

Color convert

RGB 199 123 46 -
CMYK 0 0.38 0.77 0.22
HSL 30.2º 0.62% 0.48% -
HSV(B) 30.2º 0.77% 0.78% -
XYZ 31.13 26.51 6.06 -
YUV 136.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 199 123 46 0 0.38 0.77 0.22 30.2 0.62 0.48
Hex C7 7B 2E 0 26 4D 16 1E 3E 30
Octal 307 173 56 0 46 115 26 36 76 60
Binary 11000111 1111011 101110 0 100110 1001101 10110 11110 111110 110000

Color Harmonies of #C77B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77B2E

Black with #C77B2E

Text Example


Text Example

White with #C77B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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