Html Css Color HEX #C78136 Golden Bell

📋 copy color: '#C78136'

red 199 ◦ green 129 ◦ blue 54

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

Shades of Golden Bell #C78136

Tints of Golden Bell #C78136

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 54 (21.48% from 255) = 14.14%

R = 52.09%
G = 33.77%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C78136 (or 0xC78136) is known color: Golden Bell. HEX triplet: C7, 81 and 36. RGB value is (199,129,54). Sum of RGB (Red+Green+Blue) = 199+129+54=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 54 (21.48% from 255 or 14.14% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C78136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78136 is #387EC9. Grayscale: #8D8D8D. Windows color (decimal): -3702474 or 3572167. OLE color: 3572167.

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

Color convert

RGB 199 129 54 -
CMYK 0 0.35 0.73 0.22
HSL 31.03º 0.57% 0.5% -
HSV(B) 31.03º 0.73% 0.78% -
XYZ 32.07 28.11 7.23 -
YUV 141.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 199 129 54 0 0.35 0.73 0.22 31.03 0.57 0.5
Hex C7 81 36 0 23 49 16 1F 39 32
Octal 307 201 66 0 43 111 26 37 71 62
Binary 11000111 10000001 110110 0 100011 1001001 10110 11111 111001 110010

Color Harmonies of #C78136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78136

Black with #C78136

Text Example


Text Example

White with #C78136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78136; }

 p { color: rgb(199,129,54); }

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

background-color css

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

 a { background-color: rgb(199,129,54); }

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

border-color css

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

 span { border-color: rgb(199,129,54); }

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