Html Css Color HEX #C47E39 Golden Bell

📋 copy color: '#C47E39'

red 196 ◦ green 126 ◦ blue 57

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

Shades of Golden Bell #C47E39

Tints of Golden Bell #C47E39

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

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

R = 51.72%
G = 33.25%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C47E39 (or 0xC47E39) is known color: Golden Bell. HEX triplet: C4, 7E and 39. RGB value is (196,126,57). Sum of RGB (Red+Green+Blue) = 196+126+57=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47E39 is #3B81C6. Grayscale: #8B8B8B. Windows color (decimal): -3899847 or 3768004. OLE color: 3768004.

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

Color convert

RGB 196 126 57 -
CMYK 0 0.36 0.71 0.23
HSL 29.78º 0.55% 0.5% -
HSV(B) 29.78º 0.71% 0.77% -
XYZ 30.96 26.95 7.44 -
YUV 139.06 81.69 168.61 -
System Red Green Blue C M Y K H S L
Decimal 196 126 57 0 0.36 0.71 0.23 29.78 0.55 0.5
Hex C4 7E 39 0 24 47 17 1E 37 32
Octal 304 176 71 0 44 107 27 36 67 62
Binary 11000100 1111110 111001 0 100100 1000111 10111 11110 110111 110010

Color Harmonies of #C47E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47E39

Black with #C47E39

Text Example


Text Example

White with #C47E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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