Html Css Color HEX #C48139 Golden Bell

📋 copy color: '#C48139'

red 196 ◦ green 129 ◦ blue 57

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

Shades of Golden Bell #C48139

Tints of Golden Bell #C48139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

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

R = 51.31%
G = 33.77%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C48139 (or 0xC48139) is known color: Golden Bell. HEX triplet: C4, 81 and 39. RGB value is (196,129,57). Sum of RGB (Red+Green+Blue) = 196+129+57=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C48139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48139 is #3B7EC6. Grayscale: #8D8D8D. Windows color (decimal): -3899079 or 3768772. OLE color: 3768772.

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

Color convert

RGB 196 129 57 -
CMYK 0 0.34 0.71 0.23
HSL 31.08º 0.55% 0.5% -
HSV(B) 31.08º 0.71% 0.77% -
XYZ 31.35 27.73 7.57 -
YUV 140.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 196 129 57 0 0.34 0.71 0.23 31.08 0.55 0.5
Hex C4 81 39 0 22 47 17 1F 37 32
Octal 304 201 71 0 42 107 27 37 67 62
Binary 11000100 10000001 111001 0 100010 1000111 10111 11111 110111 110010

Color Harmonies of #C48139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48139

Black with #C48139

Text Example


Text Example

White with #C48139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48139; }

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

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

background-color css

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

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

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

border-color css

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

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

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