Html Css Color HEX #C77C3B Golden Bell

📋 copy color: '#C77C3B'

red 199 ◦ green 124 ◦ blue 59

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

Shades of Golden Bell #C77C3B

Tints of Golden Bell #C77C3B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 59 (23.44% from 255) = 15.45%

R = 52.09%
G = 32.46%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C77C3B (or 0xC77C3B) is known color: Golden Bell. HEX triplet: C7, 7C and 3B. RGB value is (199,124,59). Sum of RGB (Red+Green+Blue) = 199+124+59=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C3B is #3883C4. Grayscale: #8B8B8B. Windows color (decimal): -3703749 or 3898567. OLE color: 3898567.

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

Color convert

RGB 199 124 59 -
CMYK 0 0.38 0.70 0.22
HSL 27.86º 0.56% 0.51% -
HSV(B) 27.86º 0.7% 0.78% -
XYZ 31.55 26.87 7.66 -
YUV 139.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 199 124 59 0 0.38 0.70 0.22 27.86 0.56 0.51
Hex C7 7C 3B 0 26 46 16 1C 38 33
Octal 307 174 73 0 46 106 26 34 70 63
Binary 11000111 1111100 111011 0 100110 1000110 10110 11100 111000 110011

Color Harmonies of #C77C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C3B

Black with #C77C3B

Text Example


Text Example

White with #C77C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C3B; }

 p { color: rgb(199,124,59); }

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

background-color css

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

 a { background-color: rgb(199,124,59); }

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

border-color css

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

 span { border-color: rgb(199,124,59); }

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