Html Css Color HEX #C47F38 Golden Bell

📋 copy color: '#C47F38'

red 196 ◦ green 127 ◦ blue 56

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

Shades of Golden Bell #C47F38

Tints of Golden Bell #C47F38

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

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

R = 51.72%
G = 33.51%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C47F38 (or 0xC47F38) is known color: Golden Bell. HEX triplet: C4, 7F and 38. RGB value is (196,127,56). Sum of RGB (Red+Green+Blue) = 196+127+56=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F38 is #3B80C7. Grayscale: #8B8B8B. Windows color (decimal): -3899592 or 3702724. OLE color: 3702724.

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

Color convert

RGB 196 127 56 -
CMYK 0 0.35 0.71 0.23
HSL 30.43º 0.56% 0.49% -
HSV(B) 30.43º 0.71% 0.77% -
XYZ 31.07 27.2 7.35 -
YUV 139.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 196 127 56 0 0.35 0.71 0.23 30.43 0.56 0.49
Hex C4 7F 38 0 23 47 17 1E 38 31
Octal 304 177 70 0 43 107 27 36 70 61
Binary 11000100 1111111 111000 0 100011 1000111 10111 11110 111000 110001

Color Harmonies of #C47F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F38

Black with #C47F38

Text Example


Text Example

White with #C47F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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