Html Css Color HEX #C47C38 Golden Bell

📋 copy color: '#C47C38'

red 196 ◦ green 124 ◦ blue 56

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

Shades of Golden Bell #C47C38

Tints of Golden Bell #C47C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 56 (22.27% from 255) = 14.89%

R = 52.13%
G = 32.98%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C47C38 (or 0xC47C38) is known color: Golden Bell. HEX triplet: C4, 7C and 38. RGB value is (196,124,56). Sum of RGB (Red+Green+Blue) = 196+124+56=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47C38 is #3B83C7. Grayscale: #8A8A8A. Windows color (decimal): -3900360 or 3701956. OLE color: 3701956.

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

Color convert

RGB 196 124 56 -
CMYK 0 0.37 0.71 0.23
HSL 29.14º 0.56% 0.49% -
HSV(B) 29.14º 0.71% 0.77% -
XYZ 30.69 26.44 7.23 -
YUV 137.78 81.85 169.53 -
System Red Green Blue C M Y K H S L
Decimal 196 124 56 0 0.37 0.71 0.23 29.14 0.56 0.49
Hex C4 7C 38 0 25 47 17 1D 38 31
Octal 304 174 70 0 45 107 27 35 70 61
Binary 11000100 1111100 111000 0 100101 1000111 10111 11101 111000 110001

Color Harmonies of #C47C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C38

Black with #C47C38

Text Example


Text Example

White with #C47C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C38; }

 p { color: rgb(196,124,56); }

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

background-color css

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

 a { background-color: rgb(196,124,56); }

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

border-color css

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

 span { border-color: rgb(196,124,56); }

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