Html Css Color HEX #C48339 Golden Bell

📋 copy color: '#C48339'

red 196 ◦ green 131 ◦ blue 57

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

Shades of Golden Bell #C48339

Tints of Golden Bell #C48339

RGB

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

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

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

R = 51.04%
G = 34.11%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C48339 (or 0xC48339) is known color: Golden Bell. HEX triplet: C4, 83 and 39. RGB value is (196,131,57). Sum of RGB (Red+Green+Blue) = 196+131+57=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C48339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48339 is #3B7CC6. Grayscale: #8E8E8E. Windows color (decimal): -3898567 or 3769284. OLE color: 3769284.

HSL color Cylindrical-coordinate representation of color #C48339: hue angle of 31.94º 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 #C48339 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 57 -
CMYK 0 0.33 0.71 0.23
HSL 31.94º 0.55% 0.5% -
HSV(B) 31.94º 0.71% 0.77% -
XYZ 31.62 28.26 7.66 -
YUV 142 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 196 131 57 0 0.33 0.71 0.23 31.94 0.55 0.5
Hex C4 83 39 0 21 47 17 20 37 32
Octal 304 203 71 0 41 107 27 40 67 62
Binary 11000100 10000011 111001 0 100001 1000111 10111 100000 110111 110010

Color Harmonies of #C48339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48339

Black with #C48339

Text Example


Text Example

White with #C48339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48339; }

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

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

background-color css

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

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

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

border-color css

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

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

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