Html Css Color HEX #C48637 Golden Bell

📋 copy color: '#C48637'

red 196 ◦ green 134 ◦ blue 55

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

Shades of Golden Bell #C48637

Tints of Golden Bell #C48637

RGB

 RED value IS 196 (76.95% from 255) = 50.91%

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 50.91%
G = 34.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C48637 (or 0xC48637) is known color: Golden Bell. HEX triplet: C4, 86 and 37. RGB value is (196,134,55). Sum of RGB (Red+Green+Blue) = 196+134+55=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C48637 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48637 is #3B79C8. Grayscale: #8F8F8F. Windows color (decimal): -3897801 or 3638980. OLE color: 3638980.

HSL color Cylindrical-coordinate representation of color #C48637: hue angle of 33.62º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C48637 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 55 -
CMYK 0 0.32 0.72 0.23
HSL 33.62º 0.56% 0.49% -
HSV(B) 33.62º 0.72% 0.77% -
XYZ 31.98 29.06 7.54 -
YUV 143.53 78.04 165.42 -
System Red Green Blue C M Y K H S L
Decimal 196 134 55 0 0.32 0.72 0.23 33.62 0.56 0.49
Hex C4 86 37 0 20 48 17 22 38 31
Octal 304 206 67 0 40 110 27 42 70 61
Binary 11000100 10000110 110111 0 100000 1001000 10111 100010 111000 110001

Color Harmonies of #C48637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48637

Black with #C48637

Text Example


Text Example

White with #C48637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48637; }

 p { color: rgb(196,134,55); }

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

background-color css

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

 a { background-color: rgb(196,134,55); }

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

border-color css

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

 span { border-color: rgb(196,134,55); }

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