Html Css Color HEX #C78336 Golden Bell

📋 copy color: '#C78336'

red 199 ◦ green 131 ◦ blue 54

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

Shades of Golden Bell #C78336

Tints of Golden Bell #C78336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

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

R = 51.82%
G = 34.11%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C78336 (or 0xC78336) is known color: Golden Bell. HEX triplet: C7, 83 and 36. RGB value is (199,131,54). Sum of RGB (Red+Green+Blue) = 199+131+54=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C78336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78336 is #387CC9. Grayscale: #8E8E8E. Windows color (decimal): -3701962 or 3572679. OLE color: 3572679.

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

Color convert

RGB 199 131 54 -
CMYK 0 0.34 0.73 0.22
HSL 31.86º 0.57% 0.5% -
HSV(B) 31.86º 0.73% 0.78% -
XYZ 32.34 28.64 7.31 -
YUV 142.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 199 131 54 0 0.34 0.73 0.22 31.86 0.57 0.5
Hex C7 83 36 0 22 49 16 20 39 32
Octal 307 203 66 0 42 111 26 40 71 62
Binary 11000111 10000011 110110 0 100010 1001001 10110 100000 111001 110010

Color Harmonies of #C78336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78336

Black with #C78336

Text Example


Text Example

White with #C78336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78336; }

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

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

background-color css

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

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

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

border-color css

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

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

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