Html Css Color HEX #C77A38 Golden Bell

📋 copy color: '#C77A38'

red 199 ◦ green 122 ◦ blue 56

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

Shades of Golden Bell #C77A38

Tints of Golden Bell #C77A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.36%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 52.79%
G = 32.36%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C77A38 (or 0xC77A38) is known color: Golden Bell. HEX triplet: C7, 7A and 38. RGB value is (199,122,56). Sum of RGB (Red+Green+Blue) = 199+122+56=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A38 is #3885C7. Grayscale: #898989. Windows color (decimal): -3704264 or 3701447. OLE color: 3701447.

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

Color convert

RGB 199 122 56 -
CMYK 0 0.39 0.72 0.22
HSL 27.69º 0.56% 0.5% -
HSV(B) 27.69º 0.72% 0.78% -
XYZ 31.23 26.35 7.18 -
YUV 137.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 199 122 56 0 0.39 0.72 0.22 27.69 0.56 0.5
Hex C7 7A 38 0 27 48 16 1C 38 32
Octal 307 172 70 0 47 110 26 34 70 62
Binary 11000111 1111010 111000 0 100111 1001000 10110 11100 111000 110010

Color Harmonies of #C77A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77A38

Black with #C77A38

Text Example


Text Example

White with #C77A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77A38; }

 p { color: rgb(199,122,56); }

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

background-color css

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

 a { background-color: rgb(199,122,56); }

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

border-color css

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

 span { border-color: rgb(199,122,56); }

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