Html Css Color HEX #C47F34 Golden Bell

📋 copy color: '#C47F34'

red 196 ◦ green 127 ◦ blue 52

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

Shades of Golden Bell #C47F34

Tints of Golden Bell #C47F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.87%

R = 52.27%
G = 33.87%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47F34 (or 0xC47F34) is known color: Golden Bell. HEX triplet: C4, 7F and 34. RGB value is (196,127,52). Sum of RGB (Red+Green+Blue) = 196+127+52=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F34 is #3B80CB. Grayscale: #8B8B8B. Windows color (decimal): -3899596 or 3440580. OLE color: 3440580.

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

Color convert

RGB 196 127 52 -
CMYK 0 0.35 0.73 0.23
HSL 31.25º 0.58% 0.49% -
HSV(B) 31.25º 0.73% 0.77% -
XYZ 30.97 27.16 6.86 -
YUV 139.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 196 127 52 0 0.35 0.73 0.23 31.25 0.58 0.49
Hex C4 7F 34 0 23 49 17 1F 3A 31
Octal 304 177 64 0 43 111 27 37 72 61
Binary 11000100 1111111 110100 0 100011 1001001 10111 11111 111010 110001

Color Harmonies of #C47F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F34

Black with #C47F34

Text Example


Text Example

White with #C47F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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