Html Css Color HEX #C77E3B Golden Bell

📋 copy color: '#C77E3B'

red 199 ◦ green 126 ◦ blue 59

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

Shades of Golden Bell #C77E3B

Tints of Golden Bell #C77E3B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

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

R = 51.82%
G = 32.81%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C77E3B (or 0xC77E3B) is known color: Golden Bell. HEX triplet: C7, 7E and 3B. RGB value is (199,126,59). Sum of RGB (Red+Green+Blue) = 199+126+59=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77E3B is #3881C4. Grayscale: #8C8C8C. Windows color (decimal): -3703237 or 3899079. OLE color: 3899079.

HSL color Cylindrical-coordinate representation of color #C77E3B: hue angle of 28.71º 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 #C77E3B is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 126 59 -
CMYK 0 0.37 0.70 0.22
HSL 28.71º 0.56% 0.51% -
HSV(B) 28.71º 0.7% 0.78% -
XYZ 31.8 27.38 7.75 -
YUV 140.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 199 126 59 0 0.37 0.70 0.22 28.71 0.56 0.51
Hex C7 7E 3B 0 25 46 16 1D 38 33
Octal 307 176 73 0 45 106 26 35 70 63
Binary 11000111 1111110 111011 0 100101 1000110 10110 11101 111000 110011

Color Harmonies of #C77E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77E3B

Black with #C77E3B

Text Example


Text Example

White with #C77E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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