Html Css Color HEX #C47A34 Golden Bell

📋 copy color: '#C47A34'

red 196 ◦ green 122 ◦ blue 52

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

Shades of Golden Bell #C47A34

Tints of Golden Bell #C47A34

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 52.97%
G = 32.97%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47A34 (or 0xC47A34) is known color: Golden Bell. HEX triplet: C4, 7A and 34. RGB value is (196,122,52). Sum of RGB (Red+Green+Blue) = 196+122+52=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A34 is #3B85CB. Grayscale: #888888. Windows color (decimal): -3900876 or 3439300. OLE color: 3439300.

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

Color convert

RGB 196 122 52 -
CMYK 0 0.38 0.73 0.23
HSL 29.17º 0.58% 0.49% -
HSV(B) 29.17º 0.73% 0.77% -
XYZ 30.34 25.9 6.65 -
YUV 136.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 196 122 52 0 0.38 0.73 0.23 29.17 0.58 0.49
Hex C4 7A 34 0 26 49 17 1D 3A 31
Octal 304 172 64 0 46 111 27 35 72 61
Binary 11000100 1111010 110100 0 100110 1001001 10111 11101 111010 110001

Color Harmonies of #C47A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A34

Black with #C47A34

Text Example


Text Example

White with #C47A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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