Html Css Color HEX #C77F3A Golden Bell

📋 copy color: '#C77F3A'

red 199 ◦ green 127 ◦ blue 58

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

Shades of Golden Bell #C77F3A

Tints of Golden Bell #C77F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 33.07%

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 51.82%
G = 33.07%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C77F3A (or 0xC77F3A) is known color: Golden Bell. HEX triplet: C7, 7F and 3A. RGB value is (199,127,58). Sum of RGB (Red+Green+Blue) = 199+127+58=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77F3A is #3880C5. Grayscale: #8D8D8D. Windows color (decimal): -3702982 or 3833799. OLE color: 3833799.

HSL color Cylindrical-coordinate representation of color #C77F3A: hue angle of 29.36º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C77F3A is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 58 -
CMYK 0 0.36 0.71 0.22
HSL 29.36º 0.56% 0.5% -
HSV(B) 29.36º 0.71% 0.78% -
XYZ 31.91 27.63 7.65 -
YUV 140.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 199 127 58 0 0.36 0.71 0.22 29.36 0.56 0.5
Hex C7 7F 3A 0 24 47 16 1D 38 32
Octal 307 177 72 0 44 107 26 35 70 62
Binary 11000111 1111111 111010 0 100100 1000111 10110 11101 111000 110010

Color Harmonies of #C77F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F3A

Black with #C77F3A

Text Example


Text Example

White with #C77F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F3A; }

 p { color: rgb(199,127,58); }

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

background-color css

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

 a { background-color: rgb(199,127,58); }

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

border-color css

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

 span { border-color: rgb(199,127,58); }

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