Html Css Color HEX #C48639 Golden Bell

📋 copy color: '#C48639'

red 196 ◦ green 134 ◦ blue 57

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

Shades of Golden Bell #C48639

Tints of Golden Bell #C48639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.73%

R = 50.65%
G = 34.63%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C48639 (or 0xC48639) is known color: Golden Bell. HEX triplet: C4, 86 and 39. RGB value is (196,134,57). Sum of RGB (Red+Green+Blue) = 196+134+57=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C48639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48639 is #3B79C6. Grayscale: #909090. Windows color (decimal): -3897799 or 3770052. OLE color: 3770052.

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

Color convert

RGB 196 134 57 -
CMYK 0 0.32 0.71 0.23
HSL 33.24º 0.55% 0.5% -
HSV(B) 33.24º 0.71% 0.77% -
XYZ 32.03 29.08 7.8 -
YUV 143.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 196 134 57 0 0.32 0.71 0.23 33.24 0.55 0.5
Hex C4 86 39 0 20 47 17 21 37 32
Octal 304 206 71 0 40 107 27 41 67 62
Binary 11000100 10000110 111001 0 100000 1000111 10111 100001 110111 110010

Color Harmonies of #C48639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48639

Black with #C48639

Text Example


Text Example

White with #C48639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48639; }

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

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

background-color css

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

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

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

border-color css

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

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

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