Html Css Color HEX #C78235 Golden Bell

📋 copy color: '#C78235'

red 199 ◦ green 130 ◦ blue 53

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

Shades of Golden Bell #C78235

Tints of Golden Bell #C78235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

 BLUE value IS 53 (21.09% from 255) = 13.87%

R = 52.09%
G = 34.03%
B = 13.87%

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

#C78235 (or 0xC78235) is known color: Golden Bell. HEX triplet: C7, 82 and 35. RGB value is (199,130,53). Sum of RGB (Red+Green+Blue) = 199+130+53=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C78235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78235 is #387DCA. Grayscale: #8E8E8E. Windows color (decimal): -3702219 or 3506887. OLE color: 3506887.

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

Color convert

RGB 199 130 53 -
CMYK 0 0.35 0.73 0.22
HSL 31.64º 0.58% 0.49% -
HSV(B) 31.64º 0.73% 0.78% -
XYZ 32.18 28.36 7.15 -
YUV 141.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 199 130 53 0 0.35 0.73 0.22 31.64 0.58 0.49
Hex C7 82 35 0 23 49 16 20 3A 31
Octal 307 202 65 0 43 111 26 40 72 61
Binary 11000111 10000010 110101 0 100011 1001001 10110 100000 111010 110001

Color Harmonies of #C78235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78235

Black with #C78235

Text Example


Text Example

White with #C78235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78235; }

 p { color: rgb(199,130,53); }

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

background-color css

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

 a { background-color: rgb(199,130,53); }

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

border-color css

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

 span { border-color: rgb(199,130,53); }

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